grayplot_na | R Documentation |
FUNCTION_DESCRIPTION
grayplot_na( x, y = NULL, type = "p", bgcolor = "gray90", v_over_h = FALSE, pch = 21, bg = "lightblue", col = "black", force = c("none", "x", "y", "both"), ... )
x |
PARAM_DESCRIPTION |
y |
PARAM_DESCRIPTION, Default: NULL |
type |
PARAM_DESCRIPTION, Default: 'p' |
bgcolor |
PARAM_DESCRIPTION, Default: 'gray90' |
v_over_h |
PARAM_DESCRIPTION, Default: FALSE |
pch |
PARAM_DESCRIPTION, Default: 21 |
bg |
PARAM_DESCRIPTION, Default: 'lightblue' |
col |
PARAM_DESCRIPTION, Default: 'black' |
force |
PARAM_DESCRIPTION, Default: c("none", "x", "y", "both") |
... |
PARAM_DESCRIPTION |
DETAILS
OUTPUT_DESCRIPTION
## Not run: if(interactive()){ #EXAMPLE1 } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.