R/aggregate.SpatialPointsDataFrameListZoo_.R

#' aggregate.SpatialPointsDataFrameListZoo
#' @param x TODO
#' @param by TODO
#' @param ... TODO
#' @export

aggregate.SpatialPointsDataFrameListZoo=function(x,by,...)
{
	aggregation=mapply(zoo:::aggregate.zoo,x@list,by=by@list,MoreArgs=list(...),simplify=TRUE)
	x@list=aggregation
	return(x)
}

Try the STARStools package in your browser

Any scripts or data that you put into this service are public.

STARStools documentation built on May 2, 2019, 6:48 p.m.