Issue with Plotting blocks in a boxplot
Trying to create a boxplot for this data however when I add blocks it comes up with lines instead of a boxplot
Meaning of the top of an R boxplot
The sources I checked claim that in an R boxplot the top of the box represents the 3rd quartile. This is not the case.
Example:
x <- c(2, 4, 18, 26, 50, 120)
b <- boxplot(x)
boxplot of a raster file with raster values >0
I have imported two raster files.
boxplot of a raster file with raster values >0
I have imported two raster files.