plot.sflist: Draw a graph of all the objects plus measured data in...

Description Usage Arguments Value Examples

Description

Draws a graph of all the objects plus measured data in x in the sfit_list plus the original measured data.

Usage

1
2
3
  ## S3 method for class 'sflist'
 plot(x, xlab = "N",
    ylab = "Throughput X(N)", ..., plot.lin_scale = F)

Arguments

x

a sfit_list

xlab

a label for the x-axis

ylab

a label for the y-axis

plot.lin_scale

add a line showing linear scaling

...

additional arguments to pass to each of the sfit objects

Value

plot

Examples

1
2
3
4
library(lattice)
data(USLcalc)
sl1<-sflist(USLcalc)
plot(sl1)

SATK documentation built on May 2, 2019, 4:49 p.m.

Related to plot.sflist in SATK...