plot.optdes | R Documentation |
Plot function for optdes
## S3 method for class 'optdes'
plot(x, ...)
x |
An object of class |
... |
Possible extra arguments for plotting dataframes |
rri <- opt_des(Criterion = "I-Optimality", model = y ~ a * exp(-b / x),
parameters = c("a", "b"), par_values = c(1, 1500), design_space = c(212, 422),
reg_int = c(380, 422))
plot(rri)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.