R/getCenter.R

Defines functions getCenter

Documented in getCenter

#' getCenter function
#'
#' function to (do something)
#'
#' @param plots [value]
#' @return [value]
#' @details [fill in details here]
#' @examples # none
#' @export
getCenter <- function(plots){
	colMeans(do.call(rbind, plots@centers))
}
nsantantonio/fieldMapR documentation built on Feb. 4, 2025, 3:07 a.m.