Learn R Programming

lava (version 1.4.1)

devcoords: Returns device-coordinates and plot-region

Description

Returns device-coordinates and plot-region

Usage

devcoords()

Arguments

Value

  • A list with elements
  • dev.x1Device: Left x-coordinate
  • dev.x2Device: Right x-coordinate
  • dev.y1Device Bottom y-coordinate
  • dev.y2Device Top y-coordinate
  • fig.x1Plot: Left x-coordinate
  • fig.x2Plot: Right x-coordinate
  • fig.y1Plot: Bottom y-coordinate
  • fig.y2Plot: Top y-coordinate