Learn R Programming

learningCurve (version 1.1.2)

plot_block_summary: Block Summary Plot

Description

Plots the Crawford unit learning curve for the production block containing units m through n (inclusive) while highlighting midpoint values.

Usage

plot_block_summary(t, m, n, r)

Arguments

t

time (or cost) required for the mth unit of production

m

mth unit for which you have time (or cost) information (default is m = 1)

n

nth (last) unit of production in the production block of concern (n > m)

r

learning curve rate

Examples

Run this code
# NOT RUN {
 
# A production block runs from unit 201 to unit 500 inclusive.
# The 201st unit had a required time of 125 hours with a 75% 
# learning curve. Plot the block summary?

plot_block_summary(t = 125, m = 201, n = 500, r = .75)

# }

Run the code above in your browser using DataLab