R/cumulative.values.R

"cumulative.values" <-
function(Fun) {
  e <- environment(Fun);
	l <- list(x=e$x, y=e$y);
	return(l);
}

Try the mosclust package in your browser

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

mosclust documentation built on June 8, 2025, 11:23 a.m.