View source: R/PolarPlotData.R
PolarPlotData | R Documentation |
Polar plot of circular data
PolarPlotData( Data, drc, thr = NULL, ylim = NULL, pointSize = 1, fontSize = 12, thrWidth = 4, thrColor = "#D45E1A" )
Data |
Response variable |
drc |
Directional covariate |
thr |
Threshold values along thetaGrid |
ylim |
Range of values |
pointSize |
Size of points (observations) |
fontSize |
Font size |
thrWidth |
Threshold width |
thrColor |
Threshold colour |
Polar plot of circular data, possibly including a threshold
data(HsSP) data(drc) PolarPlotData(Data=HsSP, drc=drc, thr=NULL, pointSize=4, fontSize=14, thrWidth=4, ylim=c(0,max(HsSP))) data(thresholdExampleML) # loads threshold example PolarPlotData(Data=HsSP, drc=drc, thr=thresholdExampleML, pointSize=4, fontSize=12, thrWidth=4, ylim=c(0,max(HsSP)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.