transf: Histograms of several transformations

View source: R/transf.R

transfR Documentation

Histograms of several transformations

Description

Histograms of several transformations

Usage

transf(vec, xround = NULL)

Arguments

vec

a numerical vector

xround

numeric, used to round vec first and the plot a line histogram

Value

A plot

Examples

x <- rnorm(1000, mean=100)
transf(x)
transf(x, 1)
x <- rpois(1000, lambda=7) + rnorm(1000)
transf(x)
transf(x, 1)

gobbios/cfp documentation built on April 11, 2022, 2:22 a.m.