# \donttest{
data("datacerardat")
resultat = cerardat(df = datacerardat$df,
row.sup = datacerardat$row.sup,
date = datacerardat$date,
nf = NULL,
confidence = 0.95,
graph = TRUE
)
#Generates all plots (in jpeg format) in a folder 'figures'
#You will find the jpeg in 'ref' and 'sup' subfolder
#extract_results(resultat,width=480, height=480, path="figures",
# col1=grDevices::rgb(0.93,0.23,0.23,0.5),
# col2="black",
# xlim=NULL,
# ylim=c(0,0.03)
# )
#You can extract the plots and find them in the directory :
paste0(getwd(),"/figures")
# }
Run the code above in your browser using DataLab