View source: R/data_frame_expected_cov.R
data_frame_expected_cov | R Documentation |
Dataframe for the expected covariance
data_frame_expected_cov(
sigma_Z,
the_radius,
the_directions,
the_scale = 1,
direction = TRUE
)
sigma_Z |
the standard error of the theoritical distribution |
the_radius |
the radius of the window of the moving average |
the_directions |
the directions we consider in a list ex : list(c(0,1), c(1, 1)) |
the_scale |
how many km per pixels ? |
direction |
TRUE by default. reduce the direction into its director vector |
A dataframe with seven colomns : the distance between two points in pixels unit, this distance in km unit, the value of the expected covariance and expected correlation the considered direction, and the radius of the window of the moving average (in pixels and then km unit).
data_frame_expected_cov(1, c(1), list(c(0,1), c(1,1), c(1, 2)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.