View source: R/readAlbertDrills.R
getsite_fromonetwothreeposts | R Documentation |
Map Albert's Remotely Sensed Data Drills to Three Post Sites
getsite_fromonetwothreeposts( valabbrv, timecode, threepostsfile = "./AlbertData/threeposts_wgs84.csv" )
valabbrv |
Abbreviation of value name used in Albert's file naming convention. |
timecode |
The time code (typically year) that is used in Albert's files. |
threepostsfile |
The csv file of post locations used by Albert. This file contains the site and study information in the same order as the remote sensed values. |
A tibble with columns Study SiteCode post, LON, LAT, and data columns named by valabbrv_timecode_radius (e.g. maxBS_2000_1000)
out <- getsite_fromonetwothreeposts("maxBS", 2001, "./AlbertData/threeposts_wgs84.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.