outliner: A function used to draw the outline graph of P variables

Description Usage Arguments Value Examples

View source: R/outliner.R

Description

This function is used to draw the outline graph of P variables

Usage

1

Arguments

x

is a matrix or a dataframe

Value

the outline graph of P variables

Examples

1
2
x <- replicate(4,sample(seq(60,100),10))
outliner(x)

Panxiaoba/StatComp18013 documentation built on May 5, 2019, 11:06 p.m.