R/NoBP.R

NoBP <- structure(function(
	##title<<
	## Initialize an empty list with breakpoints
	
	##description<< This is an internal function to make an empty list of breakpoints. For the user there is usually no need to use this function.
) {
	bp_est <- NULL
	bp_est$breakpoints <- NA
	return(bp_est)
	### empty list with slot 'breakpoints'
})

Try the greenbrown package in your browser

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

greenbrown documentation built on Dec. 18, 2020, 3:02 p.m.