addInset: Add inset map to an existing map

Description Usage Arguments Value Author(s) Examples

View source: R/addInset.R

Description

For an internal use only.

Usage

1
2
3
4
5
6
7
8
9
addInset(
  x = NULL,
  region = NULL,
  where = NULL,
  zoom = 2,
  title = NULL,
  case = 1,
  yat = 0.1
)

Arguments

x

raster a RasterLayer to crop and add into an inset.

region

vector the extent of the crop box (xmn, xmx, ymn, ymx).

where

vector the coordinates of left-bottom corner of the inset.

zoom

numeric a zoom factor.

title

string the inset title.

case

integer predefined case.

yat

numeric a factor to correct title position.

Value

For an internal use only.

Author(s)

Nicolas CASAJUS, nicolas.casajus@fondationbiodiversite.com

Examples

1
# No example.

FRBCesab/ecorar documentation built on June 2, 2021, 8:18 p.m.