circularEV (version 0.1.0)

PlotParamEstim: Plot of parameter estimates with bootstrap confidence intervals

Description

Plot of parameter estimates with bootstrap confidence intervals

Usage

PlotParamEstim(
  bootEstimates,
  thetaGrid = 1:360,
  alpha = 0.05,
  ylim = NULL,
  cex.axis = 15,
  cex.lab = 2,
  thrWidth = 2,
  ylab = NULL,
  thrColor = "#D45E1A"
)

Arguments

bootEstimates

Bootstrap estimates (for example, shape or scale)

thetaGrid

Grid values at which the estimation is performed

alpha

Significance level for the confidence intervals. Default to 0.05.

ylim

Range for the y-axis

cex.axis

Graphical parameter

cex.lab

Graphical parameter

thrWidth

Threshold width

ylab

y-axis label

thrColor

Threshold colour

Value

Plot of parameter estimates.

See Also

SplineML and LocalEstim for examples.

Examples

Run this code
# NOT RUN {
## See examples in vignettes:
# vignette("localMethods", package = "circularEV")
# vignette("splineML", package = "circularEV")
# }

Run the code above in your browser using DataLab