plotMPsd | R Documentation |
plot.gibbs_psd
Visualization of multivariate PSDs
Used in plot.gibbs_psd
plotMPsd(
f,
g = NULL,
lty = rep(1, 1 + length(g)),
col = rep(1, 1 + length(g)),
type = rep("l", 1 + length(g)),
pch = rep("0", 1 + length(g)),
lwd = rep(1, 1 + length(g)),
log = F,
ylim.compound = T,
mar = c(4, 4, 4, 3),
mfrow = c(dim(f)[1], dim(f)[1]),
lambda_scaling = pi,
ylab_prefix = "f",
xlab = "Frequency",
excludeBoundary = T,
...
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.