data_frame_expected_cov: Dataframe for the expectec correlation

Description Usage Arguments Value Examples

View source: R/data_frame_expected_cov.R

Description

Dataframe for the expectec correlation

Usage

1
2
3
4
5
6
7
data_frame_expected_cov(
  sigma_Z,
  the_radius,
  the_directions,
  the_scale = 1,
  direction = TRUE
)

Arguments

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

Value

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).

Examples

1
data_frame_expected_cov(1, c(1), list(c(0,1), c(1,1), c(1, 2)))

C-Juliette/Geostatistic documentation built on Dec. 17, 2021, 11:58 a.m.