Polar plot of circular data
PolarPlotData( Data, drc, thr = NULL, ylim = NULL, pointSize = 1, fontSize = 12, thrWidth = 4, thrColor = "#D45E1A" )
Data
: Response variabledrc
: Directional covariatethr
: Threshold values along thetaGridylim
: Range of valuespointSize
: Size of points (observations)fontSize
: Font sizethrWidth
: Threshold widththrColor
: Threshold colourPolar 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)))
Useful links