makeGrid: Make a grid for TwilightFree model incorporating land or sea...

Description Usage Arguments Value

View source: R/makeGrid.R

Description

Make a grid for TwilightFree model incorporating land or sea mask

Usage

1
2
makeGrid(lon = c(-180, 180), lat = c(-90, 90), cell.size = 1,
  mask = "sea", pacific = FALSE)

Arguments

lon

extents of longitude

lat

extents of latitude

cell.size

size of grid cells in degrees, defaults to 1

mask

set mask for areas animals are assumed to be restricted to, "sea", "land", or "none"

pacific

optional Pacific-centred map, defaults to Atlantic-centred map

Value

raster object giving the locations the animal may have visited


ABindoff/TwilightFree documentation built on March 10, 2021, 2:16 p.m.