R/quickplot.R

Defines functions quickplot

Documented in quickplot

#' Quick track plot
#'
#' df dataframe from get_coords_habit or get_coords
#' @export

quickplot <- function(df){
plot(df$rescaleX,df$rescaleY,type='l')
}
ty14/ezTrackR documentation built on Nov. 5, 2019, 11:02 a.m.