scatterPlot: Matrix scatter plot variables in a data frame

View source: R/utils-plot.R

scatterPlotR Documentation

Matrix scatter plot variables in a data frame

Description

Creates a multi-panel scatterPlot comparing all variables in the data frame object. If any variables have not valid data, they are omitted from the plot.

Usage

scatterPlot(
  data,
  parameters = NULL,
  sampleSize = 5000,
  sampleFraction = NULL,
  shape = 18,
  size = 1.5,
  color = "black",
  alpha = 0.5
)

Arguments

data

data frame

parameters

the columns of the data frame to plot

sampleSize

the integer sample number of rows

sampleFraction

the fractional sample of rows

shape

symbol to use for points

size

size of points

color

color of points

alpha

opacity of points


MazamaScience/AirSensor documentation built on April 28, 2023, 11:16 a.m.