plotRateVsTrt: A Function to plot rate vs desired treatment.

View source: R/basic_plots.R

plotRateVsTrtR Documentation

A Function to plot rate vs desired treatment.

Description

This function plots rates against the desired treatment.

Usage

plotRateVsTrt(data, x = "TrtID", y = "GR50")

Arguments

data

A data frame generated by the calsSpeed function. It should have the summarized treatments and respective GR values.

x

should indicate the treatment column name for the x axis (e.g., "GermTemp", "GermWP" or others).

y

should indicate the rate column name for the y axis if different than GR50 (e.g., "GR10", "GR90", etc).

Examples

"foo"

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