R/time.SpatialPointsDataFrameListZoo_.R

#' time.SpatialPointsDataFrameListZoo
#' @param x TODO
#' @param ... TODO
#' @export

time.SpatialPointsDataFrameListZoo=function(x,...)
{
	newlist=mapply(zoo:::time.zoo,x@list,simplify=FALSE)
	x@list=newlist
	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.