mra.plot | R Documentation |
A plotting method for constructing scalewise regression plot
mra.plot(
betas,
order = 1,
ci = FALSE,
iterations = NULL,
return.ci = FALSE,
loess.beta = FALSE,
loess.ci = FALSE
)
betas |
an object containing modeling results from multiscale regression
analysis. The object should be returned from the |
order |
integer representing the detrending order used in the |
ci |
a logical indicating whether confidence intervals should be
computed using the |
iterations |
integer that specifies the the number of surrogate time series to be generated for the purpose of confidence intervals. Default = 19. Larger number of surrogates will slow computational speed but produce better confidence interval estimates. |
return.ci |
logical indicating whether the confidence intervals should be returned |
loess.beta |
logical indicating whether a loess fit should be used for displaying multiscale regression coefficient trajectories |
loess.ci |
logical indicating whether a loess fit should be used to smooth confidence intervals |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.