Description Usage Format Details Source Examples
This points file contains the locations of two acoustic stations plus their corresponding detection radiuses for monitoring x on y in 2009. This points file corresponds with AATAMS1
1 |
A data frame with 2 observations on the following 4 variables.
LOCATION
a factor containing the station name
LATITUDE
a numeric vector containing the location's latitude (decimal degrees)
LONGITUDE
a numeric vector containing the location's longitude (decimal degrees)
RADIUS
a numeric vector the detection radius for the location in meters
The coordinates are given in decimal degrees (WGS 84), detection radiuses are in meters.
urlhttp://imos.org.au/home.html
1 2 3 | # Load the points file for the AATAMS1 dataset
data(PointsDirect_AATAMS1)
head(PointsDirect_AATAMS1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.