plotlcfs: Plots multiple 'lcf' objects on the same axes

Description Usage Arguments Value Author(s) Examples

Description

Plots multiple lcf objects on the same axes

Usage

1
plotlcfs(lcflist, bds = NULL, xlabel, ylabel, filename = NULL)

Arguments

lcflist

A list of lcf objects

bds

Plot bounds for the x axis. Default value NULL corresponds to using the minimum range that includes the ranges of all the lcf objects.

filename

File name (without extension) for saving the plot as a pdf. Default NULL uses the default plotting device instead.

Value

plotlcfs returns nothing but generates a plot.

Author(s)

Daniel Reuman, reuman@ku.edu

Examples

1
2
3
4
lcf1<-lcf(c(1,2,3,4),c(1,0,1))
lcf2<-lcf(c(1.5,2.5,3.5),c(-1,-2))
h<-list(lcf1,lcf2)
plotlcfs(lcflist=h[1],xlabel="xlab test",ylabel="ylab test")

reumandc/fspack documentation built on May 17, 2019, 7:46 p.m.