PlotData | R Documentation |
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 variable |
drc |
Directional covariate |
thr |
Threshold values along thetaGrid |
ylim |
Range of values |
pointSize |
Size of points (observations) |
cex.axis |
Graphical parameter |
cex.lab |
Graphical parameter |
thrWidth |
Threshold width |
thrColor |
Threshold colour |
thrLineType |
Graphical parameter |
ylab |
y-axis label |
Plot 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.