plot.sfit: Plot sfit object

Description Usage Arguments

Description

Plot sfit object

Usage

1
2
3
4
5
6
7
8
  ## S3 method for class 'sfit'
 plot(x, lty = "solid", type = "l",
    lwd = 1, ylab = "Throughput X(N)",
    xlab = "Virtual users", plot.legend = TRUE,
    legend.params = NULL, plot.measured = TRUE,
    points.params = NULL, plot.title = TRUE,
    title.params = NULL, plot.lin_scale = FALSE,
    lin_scale.params = NULL, ...)

Arguments

x

an sfit object

lty

line type see plot for all options

type

what type of plot should be drawn (see plot)

lwd

the line width

xlab

a label for the x axis, defaults to a description of x.

ylab

a label for the x axis, defaults to a description of y.

plot.legend

toggle drawing the legend (default TRUE)

legend.params

supply your own parameters to the legend function

plot.measured

toggle adding measured points to the graph (default TRUE)

points.params

supply your own parameters to the points function

plot.lin_scale

toggle adding linear scaling line (default TRUE)

lin_scale.params

supply your own parameters to the abline function that draws the linear scale line

plot.title

toggle plot the stand title (default TRUE)

title.params

supply your own parameters to the title function

...

additional arguments to pass to function


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

Related to plot.sfit in SATK...