Displaying 1 result from an estimated 1 matches for "mimedprop".
Did you mean:
medprop
2009 Jul 02
1
Box Plot outliers label
Hi!
How can I add labels in the outliers inside a boxplot.
Here is my code, at now:
mun <- as.data.frame(read.csv2("consolidada_v3.csv"))
micro <- mun$nmicro
medprop <- mun$medprop
mimedprop <- split(medprop, micro)
boxplot(mimedprop, col="chartreuse3", main="Área média das propriedades
rurais", xlab="Microrregiões", ylab="ha")
I have 11 outliers, and the IDs are unique.
--
Regards,
Raphael Saldanha
saldanha.plangeo@gmail.com
[[alterna...