oneway.plot: One Way PLot

Description Usage Arguments Value Examples

View source: R/oneway.plot.R

Description

plots a categorical variable against a series of continuous variables

Usage

1
2

Arguments

formula

A formula, the left hand side of which indicated the outcomes, and the right hand side of which contains the factor

data

A data.frame

alpha

alpha transparency level for the points.

box

prints boxplot

points

prints jitter plot

scale

standardize the variables prior to plotting

Value

a ggplot object

Examples

1
oneway.plot(d(DriversKilled, drivers, front, rear,   kms, PetrolPrice)~law,as.data.frame(Seatbelts))

Deducer documentation built on May 2, 2019, 8:35 a.m.

Related to oneway.plot in Deducer...