data("datacerardat")
resultat = cerardat(df = datacerardat$df,
col.sup = datacerardat$col.sup,
date = datacerardat$date,
nf = NULL,
confidence = 0.95,
graph = TRUE
)
#Generates all plots (in jpeg format) in a subfolder 'figures'
#extract_results(resultat,width=480, height=480, path="figures",
# col1=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