DensityPlot: Density Plot of a specified variable

Description Usage Arguments Examples

View source: R/DensityPlot.R

Description

Generate a density plot of a specific variable, which is contained within a data.frame object

Usage

1

Arguments

df

The data.frame object that contains the variable of interest

var

The path to the variable of interest, must be the data.frame connected to the variable itself

Examples

1
DensityPlot(diamonds, diamonds$carat)

jtuttle7/LearnFunctions documentation built on May 25, 2019, 6:25 p.m.