plot.global_envelope2d | R Documentation |
If more than one envelope has been calculated (corresponding to several coverage/alpha), only the largest one is plotted.
## S3 method for class 'global_envelope2d'
plot(
x,
fixedscales = TRUE,
what = c("obs.sign", "obs", "lo", "hi", "lo.sign", "hi.sign"),
sign.type = c("circles", "contour", "col"),
sign.col = c("blue", "red"),
transparency = 155/255,
digits = 3,
...
)
x |
A 'global_envelope' object for two-dimensional functions |
fixedscales |
Logical. TRUE for the same scales for all images. |
what |
Character vector specifying what information should be plotted for 2d functions.
A combination of:
Observed ( |
sign.type |
Either |
sign.col |
A vector of length two giving the colors for significant parts below the envelope (first value) and above the envelope (second value). |
transparency |
A number between 0 and 1 (default 155/255, 60
Similar to alpha of |
digits |
The number of digits used for printing the p-value or p-interval in the default main. |
... |
Ignored. |
graph.flm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.