plotDataPoints: Plots raw data points (y-axis = values, x-axis = row #).

Description Usage Arguments

View source: R/PlotsExplore.r

Description

Plots raw data points (y-axis = values, x-axis = row #).

Usage

1
plotDataPoints(dat, colNms = names(dat), numObs = NULL, byCol = NULL)

Arguments

dat

dataset

colNms

the column(s) you want to plot

numObs

the top n observations to include in the plot

byCol

by group column name by which to facet the plots


wtcooper/vizrd documentation built on May 4, 2019, noon