plotRawData: A Function to plot the cumulative raw data selected.

View source: R/basic_plots.R

plotRawDataR Documentation

A Function to plot the cumulative raw data selected.

Description

This function plots the raw data previously selected. It will plot raw cumulative curves over time.

Usage

plotRawData(
  data,
  color = NULL,
  shape = NULL,
  line = TRUE,
  cum.time = "CumTime",
  cum.frac = "CumFraction"
)

Arguments

data

A data frame with time course data for one or two treatments.

color

The treatment to be mapped to color on the plot.

shape

The treatment to be mapped to shape on the plot.

line

Should the line overlay be added?

cum.time

Column name for cumulative elapsed time.

cum.frac

Column name for cumulative fraction germinated.

Examples

"foo"

pedrobello/pbtm documentation built on May 17, 2022, 3:37 a.m.