get.event.plotting.area: Get the actual plotting area.

View source: R/plotting.R

get.event.plotting.areaR Documentation

Get the actual plotting area.

Description

Returns the actual plotting area rectangle in plotting coordinates.

Usage

get.event.plotting.area(
  plot.type = c("baseR", "SVG")[1],
  suppress.warnings = FALSE
)

Arguments

plot.type

Can be either "baseR" or "SVG" and specifies to which type of plotting the mapping applies.

suppress.warnings

Logical, if TRUE don't show any warnings.

Details

This is intended for advanced users only.

Value

A numeric vector with components x.min, x.max, y.min and y.max, or NULL in case of error.


AdhereR documentation built on July 5, 2022, 5:08 p.m.