R/plot.crowd.R

Defines functions plot.crowd

Documented in plot.crowd

#' Plot crowd object
#'
#' @param x
#' @param ...
#'
#' @return
#' @export
#'
#' @examples
plot.crowd <- function(x, ...){
  plot(x=x$coord[,1], y=x$coord[,2], xlab="x", ylab="y", main="Crowd plot", ...)
}
vincnardelli/crowdpostsampler documentation built on May 25, 2019, 7:23 p.m.