powered by
Plots all variables of a data frame against the specified dependant variable
Plot(df, dep.var, range = "all")
name of the data frame
name the dependant variable
specify which variables to plot using numeric range (default is 'all' which plots all variables)
returns multiple plots
# NOT RUN { data(iris) Plot(iris,'Species') # }
Run the code above in your browser using DataLab