grayplot_na: FUNCTION_TITLE

View source: R/grayplot_na.R

grayplot_naR Documentation

FUNCTION_TITLE

Description

FUNCTION_DESCRIPTION

Usage

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"),
  ...
)

Arguments

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

DETAILS

Value

OUTPUT_DESCRIPTION

Examples

## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

holgerman/toolboxH documentation built on June 25, 2022, 2:42 p.m.