lxy.exp.csv: Export coordinates to a csv file

Description Usage Arguments Value Note

Description

Exports coordinates and date-stamps from a LoCoH-xy object to a csv file

Usage

1
2
lxy.exp.csv(lxy, dir = ".", file = NULL, id = NULL,
  file.overwrite = FALSE, quote = FALSE)

Arguments

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

Value

A data frame containing the coordinates and attribute values of lxy

Note

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.


tlocoh documentation built on May 2, 2019, 5:27 p.m.