plot.skyscapeR.spd {skyscapeR} | R Documentation |
Plot orientation summed probability density
Description
Plot orientation summed probability density
Usage
## S3 method for class 'skyscapeR.spd'
plot(x, xlim, ylim, title = NULL, col = "blue", shading = T, ...)
Arguments
x |
A skyscapeR.spd object created with |
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. |
[Package skyscapeR version 1.0.0 Index]