Method of insert function
Usage
# S3 method for class 'leem'
insert(
x,
type = "mean",
lty = 1,
lcol = "black",
tcol = lcol,
acol = lcol,
parrow = 0.5,
larrow = 0.6,
ptext = 0.06,
side = "right",
lwd = 2,
lwdarrow = lwd,
...
)
Arguments
- x
R object (list) of class leem. Use
new_leem()
function.- type
Type of measure of position. The default is
type = "mean"
. Other options:"median"
,"mode"
or"all"
.- lty
Line type. The default is
lty = 1
.- lcol
Vertical line color type. The default is
lpcol = "black"
. This argument must be the same length as thetype
argument.- tcol
Text color type. The default is
tcol = lcol
.- acol
Arrow color type. The default is
acol = lcol
.- parrow
Text and arrow height. The default is
parrow = 0.5
. This argument must be the same length as thetype
argument.- larrow
Text and arrow length. The default is
larrow = 0.6
.- ptext
Distance between lines of text. The default is
ptext = 0.06
.- side
Side to insert the text. The default is
side = "right"
. This argument must be the same length as thetype
argument.- lwd
numeric argument. The vertical line width. The default is
lwd = 2
.- lwdarrow
numeric argument. The arrow width. The default is
lwdarrow = lwd
.- ...
further arguments passed to or from other methods.