plot.skyscapeR.spd: Plot orientation summed probability density

Description Usage Arguments

View source: R/plotting.R

Description

Plot orientation summed probability density

Usage

1
2
## S3 method for class 'skyscapeR.spd'
plot(x, xlim, ylim, title = NULL, col = "blue", shading = T, ...)

Arguments

x

A skyscapeR.spd object created with spd

xlim

(Optional) Range of x-axis to plot.

ylim

(Optional) Range of y-axis to plot.

title

(Optional) Title to add to the plot.

col

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

shading

(Optional) Boolean to control whether to color the entire distribution. Defaults to TRUE

...

Additional arguments to be passed to plot.


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