plot.empCirc {holland} | R Documentation |
S3 plotting method for object of class "empCirc"
Description
plotting method for object of class 'empCirc' which results from function Circ_emp
and contains the empirical RIASEC angular locations extracted from the Mplus result file after running the Mplus syntax.
Usage
## S3 method for class 'empCirc'
plot(
x,
main = NULL,
lcolor = c("blue", "blue", "red", "red"),
ltype = c(1, 2),
lwd = 3,
defhexa = list(hexa = TRUE, seg = TRUE, gr = 5, r = 4, nseg = 7, x.cent = 0, y.cent =
0),
...
)
Arguments
x |
object of class 'empCirc'. |
main |
titel for plot. |
lcolor |
(character) vector for colors; default set to |
ltype |
vector for line types; default set to |
lwd |
numeric defining the line width; default set to |
defhexa |
list of definition to draw the hexagon |
... |
other parameters passed through |
Details
no details
Value
a plot visualizing the empirical RIASEC angular locations within the Hexagon.
[Package holland version 0.1.2-1 Index]