plot.skyscapeR.sigTest: Plot significance test of orientations

Description Usage Arguments

View source: R/plotting.R

Description

Plot significance test of orientations

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## 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 randomTest

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.


skyscapeR documentation built on Oct. 30, 2021, 1:06 a.m.