outlier.colour = NAの部分です。
outlier.colour = NA
g <- ggplot(dat, aes(x=ind, y=values)) + geom_boxplot(outlier.colour = NA) print(g)