####################### Funciones identificadoras de outliers en Boxplots en S-PLUS ########### idenbox<- function(y) { q1<-quantile(y)[2] q3<-quantile(y)[4] boxplot(y) may<-which(y>q3+(1.5*(q3-q1))) men<-which(yq3+(1.5*(q3-q1))) men<-which(y