Plot: Plots all variables of a data frame against the specified...

Description Usage Arguments Value Examples

View source: R/Plot.R

Description

Plots all variables of a data frame against the specified dependant variable

Usage

1
Plot(df, dep.var, range = "all")

Arguments

df

name of the data frame

dep.var

name the dependant variable

range

specify which variables to plot using numeric range (default is 'all' which plots all variables)

Value

returns multiple plots

Examples

1
2
data(iris)
Plot(iris,'Species')

ujjwalkarn/xda documentation built on May 3, 2019, 2:23 p.m.