plot.fregion.band: Visualizes confidence bands constructed from fregion.band.

Description Usage Arguments

Description

Visualizes confidence bands constructed from fregion.band.

Usage

1
2
3
## S3 method for class 'fregion.band'
plot(band, center = TRUE, legendx = "topleft",
  legendy = NULL, ...)

Arguments

band

A 'fregion.band' object, the output from fregion.band funciton.

center

Whether to include the functional estimate or not.

legendx

position ‘x’ of the legend. If NULL is passed, the legend will not be drawn (However, it may be added manually)

legendy

position ‘y’ of the legend.

...

Graphical parameters to be passed/overrided. If 'center' is TRUE, the first elements of 'col', 'lwd', 'lty' will be used for the estimate and the next ones will be used for the bands, but using the same values for one pair, i.e., lower and upper bounds.


hpchoi/fregion documentation built on May 17, 2019, 4:53 p.m.