env_basic_plot: An internal spptest function for making a basic "global...

Description Usage Arguments

Description

An internal spptest function for making a basic "global envelope plot".

Usage

1
2
env_basic_plot(x, main, ylim, xlab, ylab, color_outside = TRUE,
  separate_yaxes = FALSE, max_ncols_of_plots = 2, ...)

Arguments

x

An 'envelope_test' object.

main

See plot.default.

ylim

See plot.default.

xlab

See plot.default.

ylab

See plot.default.

color_outside

Logical. Whether to color the places where the data function goes outside the envelope. Currently red color is used.

separate_yaxes

Logical (default FALSE). By default also the combined envelope plots have a common y-axis. If TRUE, then separate y-axes are used for different parts of a combined test.

max_ncols_of_plots

If separate_yaxes is TRUE, then max_ncols_of_plots gives the maximum number of columns for figures. Default 2.

...

Additional parameters to be passed to the function plot.


myllym/spptest documentation built on May 23, 2019, noon