multiVplot: Multivariate Plot

Description Usage Arguments Details Value Examples

View source: R/multiVplot.R

Description

This is the beginning of a plot function

Usage

1

Arguments

df

a data frame

Details

This function will be editd and added to through a community of R programmers to make plots suitable for Multivariate statistics

Value

plot

Examples

1
2
df = data.frame(x= 1:30, y = (1:30)^2)
 mulitVplot(df)

MATHSTATSOU/MATH4793 documentation built on Jan. 3, 2020, 12:08 a.m.