# vor Iteration gekappte Variante
#' @export
logisticMapPrecut = function(x,r){
x=min(1,max(0,x))
return(min(1,max(0,4*r*x*(1-x))))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.