powered by
Calculates summary statistics for an animal data frame
summarise_anidf( anidf, by, lat, long, dist, course, rate, elev = NULL, use_elev = TRUE, daily = FALSE )
the animal data frame
column to group by, null if daily=TRUE
latitude column
longitude column
distance column
course column
rate column
elevation column, must be defined when use_elev is true, otherwise NULL
logical, whether to include elevation in summary, defaults to true
whether to group by both GPS and Date for daily summary, defaults to false
data frame of summary statistics for the animal data frame
# NOT RUN { # Summary of demo data by date summarise_anidf(demo, Date, Latitude, Longitude, Distance, Course, Rate, Elevation) # }
Run the code above in your browser using DataLab