R/distplot.R

Defines functions distplot

Documented in distplot

#' Manhattan Plot of Distance Travelled
#'
#' blah
#' @export

distplot <- function(df){

  plot(df$distance, type= "h")

  }
ty14/ezTrackR documentation built on Nov. 5, 2019, 11:02 a.m.