Description Usage Arguments Author(s) Examples
View source: R/plot_soo_function.R
Plot a test function in 2D.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | plot_2d_soo_function(
  fn,
  lower = lower_bounds(fn),
  upper = upper_bounds(fn),
  n = 10000L,
  main = function_name(fn),
  xlab = expression(x[1]),
  ylab = expression(x[2]),
  log = FALSE,
  rank = FALSE,
  asp = 1,
  show = c("image", "contour"),
  image_args = list(useRaster = TRUE),
  contour_args = list(),
  ...
)
 | 
| fn | [ | 
| lower | [ | 
| upper | [ | 
| n | [ | 
| main | [ | 
| xlab | [ | 
| ylab | [ | 
| log | [ | 
| rank | [ | 
| asp | [ | 
| show | [ | 
| image_args | [ | 
| contour_args | [ | 
| ... | Ignored. | 
Olaf Mersmann olafm@p-value.net
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.