Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

bdvis (version 0.1.0)

mapgrid: mapgrid - Maps the data points on the map in grid format

Description

mapgrid - Maps the data points on the map in grid format

Usage

mapgrid(indf = NA, ptype = "records", bbox = NA, title = "",
  mapdatabase = "world", region = ".", customize = NULL)

Arguments

indf
- input data frame containing biodiversity data set
ptype
- type of map on the grid valid values are presence, records, species
title
- title for the map
bbox
- Bounding box for the map in format c(xmin,xmax,ymin,ymax)
mapdatabase
- database to be used default world
region
- specify region(s) to map i.e. countries default . for whole world
customize
- customization string

Examples

Run this code
mapgrid(inat,ptype="records")

Run the code above in your browser using DataLab