map_dl: Map a Neotoma Download Obect

Description Usage Arguments Value Author(s)

View source: R/map_dl.R

Description

Function to map location of Neotoma sites

Function to map location of Neotoma sites

Usage

1
2
3
4
5
map_dl(dl_obj, X, Y, add, col = NULL, label.sites = FALSE,
  return.table = TRUE)

map_dl(dl_obj, X, Y, add, col = NULL, label.sites = FALSE,
  return.table = TRUE)

Arguments

dl_obj

a Neotoma download object

X

numeric; longitude

Y

numeric; latitude

add

logical; should points be added to an existing map?

col

what color should the points be?

label.sites

logical; should dataset ids be added as text labels?

return.table

logical; should a matrix containing site name, dataset id, long, and lat be returned?

dl_obj

a Neotoma download object

X

numeric; longitude

Y

numeric; latitude

add

logical; should points be added to an existing map?

col

what color should the points be?

label.sites

logical; should dataset ids be added as text labels?

return.table

logical; should a matrix containing site name, dataset id, long, and lat be returned?

Value

A four column matrix containing site name, dataset ids, longitudes, and latitudes

A four column matrix containing site name, dataset ids, longitudes, and latitudes

Author(s)

M. Allison Stegner

M. Allison Stegner


allisonstegner/NeotomaRfns documentation built on Nov. 17, 2020, 3:15 a.m.