affichage_general: Affichage matrices boxplots et histogrammes

View source: R/affichage_general.R

affichage_generalR Documentation

Affichage matrices boxplots et histogrammes

Description

Affichage matrices boxplots et histogrammes

Usage

affichage_general(
  Z,
  r,
  titre = "",
  paletteinf = "",
  palettesup = "",
  mmechelle = FALSE
)

Arguments

Z

matrice

r

rayon de lissage

titre

titre du graphique

paletteinf

to fix color on the scale

palettesup

to fix color on the scale

mmechelle

to set the two same scales TRUE/FALSE

Value

a plot

Examples

affichage_general(matrix(rnorm(100), nrow = 10), r =2)

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