Metadata for example OTMs
otms_metadata.Rd
Metadata for example OTMs
Format
A tibble
with 36 rows and 6 columns:
- otm_id
Character column with a unique identifier for each OTM
- microhabitat
Character column describing the microhabitat where the OTM was deployed, between
"outrcrop"
,"small_rock"
,"rock"
,"boulder"
,"ground"
, and"bush"
- orientation
Character column describing the orientation at which the OTM was deployed, between
"N"
,"NE"
,"E"
,"SE"
,"S"
,"SW"
,"W"
,"NW"
and"Flat"
- latitude
Latitude where the OTM was deployed in decimal degrees
- longitude
Longitude where the OTM was deployed in decimal degrees
- elevation
Elevation where the OTM was deployed in meters
Examples
otms_metadata
#> # A tibble: 36 × 6
#> otm_id microhabitat orientation latitude longitude elevation
#> <chr> <chr> <chr> <dbl> <dbl> <dbl>
#> 1 OTM01 outcrop N 39.9 -120. 1312.
#> 2 OTM21 outcrop NW 39.9 -120. 1312.
#> 3 OTM07 outcrop E 39.9 -120. 1312.
#> 4 OTM16 outcrop SE 39.9 -120. 1313.
#> 5 OTM17 outcrop Flat 39.9 -120. 1311.
#> 6 OTM28 rock Flat 39.9 -120. 1313.
#> 7 OTM13 rock S 39.9 -120. 1314.
#> 8 OTM37 boulder W 39.9 -120. 1314.
#> 9 OTM33 boulder Flat 39.9 -120. 1314.
#> 10 OTM24 rock E 39.9 -120. 1314.
#> # ℹ 26 more rows