plot.skyscapeR.sigTest {skyscapeR} | R Documentation |
Plot significance test of orientations
Description
Plot significance test of orientations
Usage
## S3 method for class 'skyscapeR.sigTest'
plot(
x,
xlim,
title = NULL,
show.pval = T,
show.local = F,
pal = brewer.pal(5, "PRGn")[c(1, 5)],
...
)
Arguments
x |
A skyscapeR.sigTest object created with |
xlim |
(Optional) Range of x-axis to plot. |
title |
(Optional) Title to add to the plot. |
show.pval |
(Optional) Boolean to control whether to print the global p-value. Default is TRUE. |
show.local |
(Optional) Boolean to control whether to show local regions of significance. Default is FALSE |
pal |
(Optional) Color palette for local regions of significance. Default is brewer.pal(5, 'PRGn') |
... |
Additional arguments to be passed to plot. |
[Package skyscapeR version 1.0.0 Index]