plot.pclm: Diagnostic plot for PCLM object.

Description Usage Arguments Author(s) See Also

Description

boldGeneric function

Usage

1
2
3
## S3 method for class 'pclm'
plot(object, type = c("aggregated", "nonaggregated"), xlab,
  ylab, xlim, ylim, legpos.x = "topleft", legpos.y = NULL)

Arguments

object

Fitted PCLM object.

type

Type of PCLM plot:

  • "aggregated" - Aggregated PCLM fit with interval length of out.step. See pclm.fit.

  • "nonaggregated" - Nonaggregated (raw) PCLM fit with interval of length equal to the shortest original interval length divided by x.div. See pclm.control.

xlab

Optional label for the X-axis.

ylab

Optional label for the Y-axis.

xlim

Optional limits of the X-axis.

ylim

Optional limits of the Y-axis.

legpos.x, legpos.y

Position of the legend. If legpos.x == NULL then legend is not plotted.

Author(s)

Maciej J. Danko <danko@demogr.mpg.de> <maciej.danko@gmail.com>

See Also

pclm.fit summary.pclm


MaciejDanko/pclmpash documentation built on May 14, 2019, 7:41 a.m.