outlierHist: a function for representing distribution using histogram and...

Description Usage Arguments Value Examples

View source: R/graphicalFunctions.R

Description

produce a graphic of the ditribution of a trait with the detected outlier points according to a specified flag method

Usage

1
outlierHist(datain, trait, flag, labelX)

Arguments

datain

a dataframe

trait

a variable to explore

flag

a method of flag for outlier detection (column name in datain)

labelX

a label for abscissa

Value

a graph

Examples

1
 outlierHist(datain=myResuGlobal,trait="biovolume24",flag="flagLowerRaw")

sanchezi/phisStatR documentation built on Nov. 14, 2019, 7:10 p.m.