Skip to contents

Tidy Plots

Usage

tidyplots(
  data,
  xvar,
  yvar,
  color,
  plotType = "points",
  pointType = "basic",
  showMean = FALSE,
  showSEM = FALSE,
  showCI = FALSE,
  colorScheme = "friendly",
  plotTitle = "",
  xLabel = "",
  yLabel = ""
)

Arguments

data

The data as a data frame.

xvar

.

yvar

.

color

.

plotType

.

pointType

.

showMean

.

showSEM

.

showCI

.

colorScheme

.

plotTitle

.

xLabel

.

yLabel

.

Value

A results object containing:

results$instructionsa html
results$plotan image