[R] What's box() (exactly) doing?

Marius Hofert marius.hofert at uwaterloo.ca
Tue Jun 28 04:24:36 CEST 2016


On Mon, Jun 27, 2016 at 5:42 PM, Greg Snow <538280 at gmail.com> wrote:
> You can use the grconvertX and grconvertY functions to find the
> coordinates (in user coordinates to pass to rect) of the figure region
> (or other regions).
>
> Probably something like:
> grconvertX(c(0,1), from='nfc', to='user')
> grconvertY(c(0,1), from='nfc', to='user')

Hi Greg,

Thanks, that's good to know.

Cheers,
Marius



More information about the R-help mailing list