Hello,

I'm using the code below to generate some notched box plots.  The issue is
whenever I use log scale, the sides of the bottom part of the box plots
don't plot.  I've tried it in RStudio Ver 1.1.419 and R version 3.4.3 and I
get the same result.

The code and link to my data is below.

Thank you for your time
David



MyData <- read.table("http://doylesdartden.com/ExampleIron.CSV";,
header=TRUE, sep=",")

MyDataIronx <- c("Location", "Iron")

MyDataIron <- MyData[MyDataIronx]

plot(MyDataIron, notch=TRUE,log = "y",ylim=c(0.01, 100))

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to