View source: R/plot_actual_cov.R
plot_actual_cov | R Documentation |
plot_actual_covariance
plot_actual_cov(
Z,
les_rayons,
les_directions,
ylabs = "",
xlabs = "Distance between variables",
x = "Distance",
y = "Empirical_covariance",
rayon = "Radius",
echelle = 1,
max = "",
maxy_sup = "",
maxy_inf = "",
relier = TRUE,
vecteur_directeur = TRUE
)
Z |
a matrix |
les_rayons |
radius of the moving average (vector) |
les_directions |
directions (list) |
ylabs |
set y legend |
xlabs |
set x legend |
x |
x parametre |
y |
y parametre |
rayon |
"Radius" or "Rayon_km" (radius unit) |
echelle |
scale |
max |
set x max |
maxy_sup |
set y max |
maxy_inf |
set y min |
relier |
connect points |
vecteur_directeur |
TRUE/FALSE : ex : c(2,4) become c(1,2) |
a plot
plot_actual_cov(matrix(rnorm(10000, 0, 1), nrow = 100), c(1,2), list(c(0,1), c(1,1)), max = 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.