plot.proCirc {holland} | R Documentation |
S3 plotting method for object of class "proCirc"
Description
plotting method for object of class 'proCirc'.
Usage
## S3 method for class 'proCirc'
plot(
x,
main = NULL,
defhexa = list(r = 4, lwd = 3, col = "grey", lty = 1, cex = 1, col.lab = "grey", gr =
5, hexa = TRUE, seg = TRUE, nseg = 7, col.seg = "grey", x.cent = 0, y.cent = 0),
defemp = list(r = 3, lwd = 3, col = "black", lty = 2, cex = 0.8, col.lab = "black"),
defcon = list(r = 4.5, lwd = 3, col = "darkgray", lty = 3, cex = 1, col.lab =
"darkgray"),
...
)
Arguments
x |
object of class 'empCirc'. |
main |
titel for the plot. |
defhexa |
a list with plotting options for hexagon. |
defemp |
a list with plotting options for empirical RIASEC angels. |
defcon |
a list with plotting options for empirical construct angels |
... |
other parameters passed through |
Details
more to come ...
Value
a plot visualizing the empirical RIASEC and (projected) additional construct angular locations within the Hexagon.
[Package holland version 0.1.2-1 Index]