walkMaker | R Documentation |
Concatenate a vector of track names that represent a contiguous “walk” into a data frame.
walkMaker(
trkdata,
trkinfo,
walkIDs,
startIDs = walkIDs[1:2],
findOrder = FALSE,
basedate = "2022-01-01",
verbose = FALSE
)
trkdata |
A data frame that contains coordinates and information about each track. |
trkinfo |
A data frame that contains information about each track. |
walkIDs |
A vector of track name strings that can be appended into a contiguous “walk”. Generally first two names should be the order of the first two tracks in the “walk”. |
startIDs |
A length two vector of track name strings that indicate the order of the first two tracks in the “walk”. Defaults to the first two items in |
findOrder |
A logical that indicates that the track names in |
basedate |
A string with a date that will serve as the base date for the dummy times in the returned data frame. Defaults to "2022-01-01". |
verbose |
A logical for whether the progress of connecting tracks should be displayed or not. |
NONE YET
A date frame with the same variables as trkdata
, but only with the tracks in walkIDs
and in order of the “walk”.
If any of the track names in walkIDs
are repeated because the “walk” will include repeated walkings of some tracks then the user must put the track names in the order to be walked in walkIDs
and findOrder
must be FALSE
.
Derek H. Ogle
walkMap
## None yet.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.