egf_control_plot | R Documentation |
Sets parameters controlling the graphical output of
plot
for objects of class egf
.
Supplied values override package defaults
(retrievable as defaults <- egf_control_plot()
),
which in turn override global defaults set via par
.
Below, x
, type
, time_as
, and delta
refer to the so-named arguments of plot.egf
.
egf_control_plot(window, data, predict, asymptote, box, axis, title, doubling)
window |
a named list of arguments to |
data |
a named list of the form |
predict |
a named list of the form |
asymptote |
a named list of arguments to |
box |
a named list of arguments to |
axis |
a named list of the form |
title |
a named list of the form |
doubling |
a named list of the form |
Setting an argument (or an element thereof in the case of nested lists)
to NULL
has the effect of suppressing the corresponding
plot element.
A named list containing the package defaults modified according to the arguments in the call.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.