search for: mydataironx

Displaying 1 result from an estimated 1 matches for "mydataironx".

Did you mean: mydatairon
2018 Mar 21
1
Plotting Notched Box Plots Log Scale - Losing bottom portion of box plot
...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]]