Plot of circular data
PlotData( Data, drc, thr = NULL, ylim = NULL, pointSize = 4, cex.axis = 15, cex.lab = 2, thrWidth = 2, thrColor = "#D45E1A", thrLineType = 1, ylab = NULL )
Data
: Response variabledrc
: Directional covariatethr
: Threshold values along thetaGridylim
: Range of valuespointSize
: Size of points (observations)cex.axis
: Graphical parametercex.lab
: Graphical parameterthrWidth
: Threshold widththrColor
: Threshold colourthrLineType
: Graphical parameterylab
: y-axis labelPlot of circular data, possibly including a threshold.
data(HsSP) data(drc) PlotData(Data=HsSP, drc=drc, thr=NULL, pointSize=1, cex.axis=15, cex.lab=2, thrWidth=2) data(thresholdExampleML) # loads threshold example PlotData(Data=HsSP, drc=drc, thr=thresholdExampleML, pointSize=1, cex.axis=15, cex.lab=2, thrWidth=2)
Useful links