View source: R/correlation-function.R
plot_covariance_function | R Documentation |
Plot the covariance function
plot_covariance_function( d, tau, theta, sigma = NULL, corr_fun = "exponential", base_size = 12, file = NULL, width = 16, height = 9 )
d |
is an n x 1 vector of distances |
tau |
is the partial sill standard deviation |
theta |
is the correlation function parameters. If
|
sigma |
is the nugget standard deviation |
corr_fun |
is the correlation function |
base_size |
The base size for the plot |
file |
If |
width |
If a file path is specified, |
height |
If a file path is specified, |
Either a ggplot object of the model trace plots (if file = NULL
) or a saved image file with no return (file
is not NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.