tilemap: Plots fishery data into maps

Description Usage Arguments Value Examples

View source: R/tilemap.R

Description

Plots georeferenced fishery data (catch, effort, CPUE, ...) into maps. This description needs to be expanded.

Usage

1
2
tilemap(x, y, z, data, facet.opt = NULL, xlim, ylim, col.fill = c("gray70",
  "gray10"), database = c("world", "worldHires"), bathymetry = FALSE, ...)

Arguments

x

A vector of coordinates (longitude)

y

A vector of coordinates (latitude)

z

A numeric vector with data to fill in the map

data

The data frame containing the data

facet.opt

A list containing options to facet plots list(facet = "~COLUMN NAME", ncol = number of columns to break plot)

xlim, ylim

X (longitude) and Y (latitude) limits of the map

col.fill

The color of the grid

database

The map datbase (from package mapdata)

bathymetry

A logical indicating if bathymetry lines should be included

...

Other arguments passed to map

Value

A map with data

Examples

1
1 + 1

rodrigosantana/FishMaps2 documentation built on May 27, 2019, 12:16 p.m.