Description Usage Arguments Author(s) References Examples
Plots a ggplot
with the contour of the
bivariate example response surfaces included in the package.
1 |
surface |
example response surface to use. See
|
length |
number of levels to use in each explanatory variables |
noise |
absolute noise to be included in the results |
x1lim |
limits for the first variable (temperature in
|
x2lim |
limits for the second variable (pH in
|
Cristhian Paredes, craparedesca@unal.edu.co
Jesús Ágreda, jagreda@unal.edu.co
H. Wickham. ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York, 2016.
1 2 | p <- cntr(surface = exampleSurfaceR2, length = 200)
print(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.