panel.signPerc: Panel of percentage of negative (significant negative%) and...

View source: R/layer_signPerc.R

panel.signPercR Documentation

Panel of percentage of negative (significant negative%) and positive% (significant positive%)

Description

Panel of percentage of negative (significant negative%) and positive% (significant positive%)

Usage

panel.signPerc(
  z = NULL,
  mask = NULL,
  col.regions = c("blue", "red"),
  rm.zero = TRUE,
  x = 0.05,
  y = 0.8,
  fill = "transparent"
)

Arguments

z

numeric vector

mask

boolean vector with the same length as z, indicating whether corresponding z value is significant.

x, y

The x and y position of positive and negative percentage label.

fill

background color

...

ignored

Examples

## Not run: 
panel.signPerc(z = NULL, mask = NULL, x = 0.1, y = 0.9, ...)

## End(Not run)

kongdd/latticeGrob documentation built on March 30, 2024, 3:35 a.m.