R/predict.zzgeneratezPrecipitationAmountModel.R

Defines functions generate.PrecipitationAmountModel

Documented in generate.PrecipitationAmountModel

NULL

#' 
#' @export 
#' @method generate PrecipitationAmountModel
#### @S3method generate PrecipitationAmountModel
#' @aliases generate generate.PrecipitationAmountModel
#' @rdname generate
#'
generate.PrecipitationAmountModel <- function(x,...) {
	
	
	out <- predict(x,precipitation.value.random.generation=TRUE,...)
	
	
	return(out)
	
}
	

Try the RGENERATEPREC package in your browser

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

RGENERATEPREC documentation built on Jan. 20, 2022, 5:10 p.m.