PlotData {circularEV}R Documentation

Plot of circular data

Description

Plot of circular data

Usage

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

Value

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)

[Package circularEV version 0.1.1 Index]