plot_fpseries: (FP) Plot time series of FP values.

Description Usage Arguments Value Examples

Description

(FP) Plot time series of FP values.

Usage

1
plot_fpseries(dat.fp, savepng = FALSE, filename = NA)

Arguments

dat.fp

A data frame. Output from calc_fp.

savepng

A Boolean. Option to send output to a png file instead of plot window. Default is FALSE.

Value

A lattice plot of the FP series, by stock and age. If savepng is TRUE then each stock is sent to an individual png file and the stock name is included in the file name.

Examples

1
2
3
4
## Not run: 
plot_fpseries(dat.fp = dat.fp, savepng = TRUE)

## End(Not run)

MichaelFolkes/ctctools documentation built on May 7, 2019, 4:56 p.m.