plotRoastProfile: plotRoastProfile

Description Usage Arguments

Description

Plot a single roast profile - takes the filename of a filled out profile template (found in /data). It takes the total_seconds and temp column to plot the profile, the target column to plot the targets, and uses the notes column to plot points in the roast where any note was taken. Uses the note as a label, unless the notes are standard - e.g. fcs becomes a label start of first crack. Rate of rise max will be calculated. Also plots the delta bean temp, which is, I think, the first differential of the curve?

Usage

1
2
plotRoastProfile(filename, labels = TRUE, combined = FALSE,
  targets = TRUE, degree = 8)

Arguments

filename

The filename of the roast profile

labels

Logical - plot labels or not

combined

Logical - plot temp and delta on the same plot, or not.

targets

Logical - show temperature targets?

degree

The degree of the polynomial used for smoothing time.


hferg/beanHeatR documentation built on May 6, 2019, 9:53 a.m.