lxy.exp.csv {tlocoh} | R Documentation |
Exports coordinates and date-stamps from a LoCoH-xy object to a csv file
lxy.exp.csv(lxy, dir = ".", file = NULL, id = NULL, file.overwrite = FALSE, quote = FALSE)
lxy |
A LoCoH-xy object |
dir |
The output directory |
file |
Filename (with extension .csv) |
id |
The id(s) of the locations to export |
file.overwrite |
Overwrite existing file, T/F |
quote |
Delimit strings in quotes, T/F |
A data frame containing the coordinates and attribute values of lxy
This function will export the id value (i.e., animal name) point-id value (ptid), coordinates, and date stamp (if exists) of a LoCoH-xy object to a csv file
If file is not passed, a filename will be automatically constructed.