plot.empCirc: S3 plotting method for object of class '"empCirc"'

Description Usage Arguments Details Value

View source: R/plot.empCirc.R

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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 lcolor=c("blue","blue","red","red").

ltype

vector for line types; default set to ltype=c(1,2)

lwd

numeric defining the line width; default set to lwd=3

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.


holland documentation built on Sept. 5, 2021, 5:08 p.m.