View source: R/data_frame_actual_covariance.R
data_frame_actual_covariance | R Documentation |
data_frame_actual_covariance
data_frame_actual_covariance(
Z,
les_rayons,
les_directions,
echelle = 1,
vecteur_directeur = TRUE
)
Z |
the matrix |
les_rayons |
radius of moving average window in a vector |
les_directions |
list of direction vectors |
echelle |
scale (optional) |
vecteur_directeur |
set the direction with minimum numbers in the vector |
a dtaframe Distance_pixels Distance_km Empirical_covariance Empirical_correlation
data_frame_actual_covariance(matrix(rnorm(1:100), nrow = 10), c(1,2), list(c(0,1), c(1,1)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.