PlotData function

Plot of circular data

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 )

Arguments

  • 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

Returns

Plot of circular data, possibly including a threshold.

Examples

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)
  • Maintainer: Evandro Konzen
  • License: GPL-3
  • Last published: 2022-05-13

Useful links