Description Usage Arguments Value Author(s) Examples
View source: R/overwrite_par.R
Over-write parameter list with new list
1 | overwrite_par(prev_par, new_par, excl = c())
|
prev_par |
a |
new_par |
a |
excl |
the parameter name that will be ignored from the new_par |
a list
of parameters after overwriting
Mun-Gwan Hong, mungwan@gmail.com
1 2 3 | prev_par <- list(x = 1:10, y= 10:1, col= "blue", cex= 0.5)
new_par <- list(col= "green", main= "Hello")
overwrite_par(prev_par, new_par)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.