mapCanada: Mapping AODP data on Canada map

Description Usage Arguments Examples

View source: R/mapCanada.R

Description

This function allows two basic oerations with maps. Fill provinces by specied value and color. Indicate geo points on the map. Points will be sized according to fill value.

Usage

1
mapCanada(meta_data, species_names = NA, default_theme = TRUE, shift_dots = TRUE)

Arguments

species_names

Filter data by species name. If nothing provided function will output all species.

meta_data

Metadata table produced by metaData() function.

default_theme

Default TRUE. Use ggplot default theme created with this package. If you want to make your own ggplot2 theme put FALSE.

shift_dots

Default TRUE. When several dots from 'Substrate' appaer at the same 'City' point their coordinates shifted to create flower-like appearence.

Examples

1
2
3
4
5
6
7
8
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x)
{
  }

anabeloff/AODPvisual documentation built on May 16, 2019, 6:56 p.m.