stationName {actel} | R Documentation |
Find original station name
Description
Find original station name
Usage
stationName(input, station)
Arguments
input |
The results of an actel analysis (either explore, migration or residency). |
station |
The station standard name or number. |
Value
The original station name
Examples
stationName(example.results, 1)
# or
stationName(example.results, "St.2")
[Package actel version 1.3.0 Index]