plot.skyscapeR.sigTest: Plot significance test of orientations

View source: R/plotting.R

plot.skyscapeR.sigTestR Documentation

Plot significance test of orientations

Description

Plot significance test of orientations

Usage

## S3 method for class 'skyscapeR.sigTest'
plot(
  x,
  xlim,
  title = NULL,
  col = "blue",
  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.

col

(Optional) Color of summed probability density. Defaults to blue.

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.


f-silva-archaeo/skyscapeR documentation built on Sept. 24, 2023, 8:14 p.m.