data(porpoisetrack) # Load data for use in example
# Use standard DEPONS coordinate reference system / map projection:
the.crs <- "+proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000
+datum=WGS84 +units=m +no_defs"
if (FALSE) {
one.fname <- "~/Applications/DEPONS/
RandomPorpoise.2020.Jul.31.09_43_10.csv"
porpoisetrack <- read.DeponsTrack(one.fname, title="Track simulated using DEPONS 2.0",
crs=the.crs)
}
# Plot the first of the simulated tracks
plot(porpoisetrack)
Run the code above in your browser using DataLab