plot.simuMSAR function

Plot of a simuMSAR object

Plot of a simuMSAR object

This is a method for the function plot() for objects of the class simuMSAR.

## S3 method for class 'simuMSAR' plot(x, ...)

Arguments

  • x: the coordinates of points in the plot. Alternatively, a single plotting structure, function or any object with a plot method can be provided.

  • ...: arguments to be passed to methods, such as graphical parameters (see par). Many methods will accept the following arguments:

    • type: what type of plot should be drawn. Possible types are

        * `"p"` for p oints,
        * `"l"` for l ines,
        * `"b"` for b oth,
        * `"c"` for the lines part alone of `"b"`,
        * `"o"` for both *o*verplotted ,
        * `"h"` for *h*istogram like (or high-density ) vertical lines,
        * `"s"` for stair s teps,
        * `"S"` for other s teps, see Details below,
        * `"n"` for no plotting.
       
       All other `type`s give a warning or an error; using, e.g., `type = "punkte"` being equivalent to `type = "p"` for S compatibility. Note that some methods, e.g. `plot.factor`, do not accept this.
      
    • main: an overall title for the plot: see title.

    • sub: a subtitle for the plot: see title.

    • xlab: a title for the x axis: see title.

    • ylab: a title for the y axis: see title.

    • asp: the y/xy/x aspect ratio, see plot.window.

Returns

The simuMSAR object is returned invisibly.

  • Maintainer: Gabriel Rodriguez Rondon
  • License: GPL (>= 2)
  • Last published: 2025-02-24