Gompertz_HC_plot: Historical Gompertz Curve Plot

Description Usage Arguments Value Examples

Description

Historical Gomperz Curve Plot function plots Historical Gomperz Curve function results.

Usage

1

Arguments

x

is data frame with two columns to estimates b & k parameters. First column contains the period and second column contains the associated cumulative adoption.

l

is a number represents maximum growth can be reached.

t

is an integer shows the growth periods.

Value

plot of best fitted cumulative adoption.

Examples

1
2
3
4
5
## Not run: 
data("PE")
Gompertz_HC_plot(PE, 2.81, 250)

## End(Not run)

nchaichi/TF documentation built on May 12, 2019, 7:21 p.m.