PolarPlotRL function

Polar plot of T-year levels

Polar plot of T-year levels

PolarPlotRL( RLBootList, Data, drc, thetaGrid = 1:360, TTs, whichPlot, alpha = 0.05, ylim = NULL, pointSize = 4, fontSize = 12, lineWidth = 4 )

Arguments

  • RLBootList: List containing bootstrap estimates of T-year levels
  • Data: Response variable
  • drc: Directional covariate
  • thetaGrid: Grid values at which the estimation is performed
  • TTs: T-year levels. For example, TTs = c(100, 10000).
  • whichPlot: Index identifying which T-year level should be plotted from TTs. If TTs = c(100, 10000), then whichPlot=2 produces a plot for the 10000-year level
  • alpha: Significance level for the confidence intervals. Default to 0.05.
  • ylim: Range for the y-axis
  • pointSize: Size of points (observations)
  • fontSize: Font size
  • lineWidth: Threshold width

Returns

Polar plot of T-year levels.

Examples

## See also examples in vignettes: # vignette("localMethods", package = "circularEV") # vignette("splineML", package = "circularEV")

See Also

SplineML and LocalEstim for examples.

  • Maintainer: Evandro Konzen
  • License: GPL-3
  • Last published: 2022-05-13

Useful links