Displaying 1 result from an estimated 1 matches for "rtfmeans".
Did you mean:
rowmeans
2018 May 10
1
BoxPlot Adding Mean and Median Values
Hello Dave
Here is the code I have tried.
getwd()
setwd("D:/BAP Session/Nuance")
getwd()
AmbientTr <- read.csv("AmbientBatchbox.csv", stringsAsFactors = TRUE)
str(AmbientTr)
summary(AmbientTr)
install.packages("ggplot2")
library(ggplot2)
boxplot(RTF~Batch,data=AmbientTr, ylim = c(0,30), main="RTF By Batch",
xlab="Batch",