plot.pclm: Diagnostic plot for PCLM object.

Description Usage Arguments Author(s) See Also

Description

Generic function

Usage

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

Arguments

type

Type of PCLM plot:

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

  • "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.

object

Fitted PCLM object.

Author(s)

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

See Also

summary.pclm


MaciejDanko/pclm documentation built on May 3, 2019, 3:36 p.m.