R/csample.int.R

Defines functions csample.int

csample.int <- function(n) {
	if ( !is.numeric(n) ) {stop("Argument 'n' must be numeric");}
	return( .Call(Rf_rsample, as.integer(n), PACKAGE="TPmsm") );
} # csample.int

Try the TPmsm package in your browser

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

TPmsm documentation built on Jan. 14, 2023, 1:17 a.m.