Learn R Programming

DIMORA (version 0.2.0)

BASS.plot: Function that draws the plot of Bass model

Description

Function that draws the plot of a standard Bass model.

Usage

BASS.plot(data)

Arguments

data

Result of BASS.standard.generator

Author

Zanghi Federico federico.zanghi.11@gmail.com

See Also

BASS.standard

BASS.standard.generator

make.instantaneous

BASS.generalized

GG.model

UCRCD

Examples

Run this code
#Example 1

data = BASS.standard.generator(10,0.1,0.1,8,3)
BASS.plot(data)

Run the code above in your browser using DataLab