tcG.barplot: Barplot for meta-Gaussian fitted model

View source: R/barplot_tcG.R

tcG.barplotR Documentation

Barplot for meta-Gaussian fitted model

Description

Called by res.plot, we don't advise you to use it.

Usage

tcG.barplot(
  y,
  theta,
  name = "gp",
  ym = 0.2,
  step = 0.2,
  cols = c(1, rgb(0, 0, 1, 0.5)),
  zoom = NULL,
  legend = TRUE,
  main = "Density of low intensities"
)

Arguments

y

vector of data

theta

vector of model parameters

name

name of the anamorphosis, one of 'power','power-exp', 'quadratic-power', 'gp'

ym

minimal value that can be observed

step

discretization step

cols

vector of length 2, colors for the barplot

zoom

vector of length 2, range to zoom on the x axis

legend

boolean, should there be a legend?

main

title of the plot


mbtgy/tcG documentation built on Oct. 19, 2023, 3:10 p.m.