powered by
Plot function for optdes
# S3 method for optdes plot(x, ...)
An object of class optdes.
optdes
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)
Run the code above in your browser using DataLab