X-Git-Url: https://git.auder.net/?p=talweg.git;a=blobdiff_plain;f=pkg%2FR%2Fplot.R;h=4cafd7d5f9dc6bdbb71c7e8d648beec1a10c371a;hp=eb0c81afe7c49a2772c35404ef7108e87dadde91;hb=d4841a3f15f94ce0520559aed9466c9c3f259d68;hpb=fa5b7bfc79eeffcb6e1f7b254c2d6786ba5cdbe7 diff --git a/pkg/R/plot.R b/pkg/R/plot.R index eb0c81a..4cafd7d 100644 --- a/pkg/R/plot.R +++ b/pkg/R/plot.R @@ -107,7 +107,7 @@ plotSimils <- function(pred, index) if (is.null(weights)) stop("plotSimils only works on 'Neighbors' forecasts") par(mar=c(4.7,5,1,1), cex.axis=1.5, cex.lab=1.5) - hist(pred$getParams(index)$weights, nclass=20, xlab="Poids", ylab="Effectif") + hist(pred$getParams(index)$weights, nclass=20, main="", xlab="Poids", ylab="Effectif") } #' Functional boxplot