powered by
A dataset containing the GPS relocations of 10 individuals in winter 2016-2017.
A data.table with 14297 rows and 5 variables:
individual identifier
X coordinate of the relocation (UTM 36N)
Y coordinate of the relocation (UTM 36N)
character string representing the date time
sub population within the individuals
# Load data.table library(data.table) data.table::setDTthreads(1) # Read example data DT <- fread(system.file("extdata", "DT.csv", package = "spatsoc"))
Run the code above in your browser using DataLab