Learn R Programming

xda (version 0.2)

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

Description

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

Usage

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

Run this code
# NOT RUN {
data(iris)
Plot(iris,'Species')
# }

Run the code above in your browser using DataLab