plot_actual_cov: plot_actual_covariance

View source: R/plot_actual_cov.R

plot_actual_covR Documentation

plot_actual_covariance

Description

plot_actual_covariance

Usage

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
)

Arguments

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)

Value

a plot

Examples

plot_actual_cov(matrix(rnorm(10000, 0, 1), nrow = 100), c(1,2), list(c(0,1), c(1,1)), max = 20)

C-Juliette/randomfields documentation built on Sept. 3, 2023, 5:56 a.m.