search for: anbuganapathi

Displaying 4 results from an estimated 4 matches for "anbuganapathi".

Did you mean: anbuganapathy
2018 May 09
1
Adding Year-Month-Day to X axis
Helo Greg - I got it with help of your code and I would like to add the value into the boxplot chart. How to do that. y_duration <- c (16.438, 15.321, 12.700, 12.397, 10.795, 9.928, 10.386) On May 09, 2018, at 10:06 AM, Jayaganesh Anbuganapathy <jai6561 at icloud.com> wrote: Actually I would like to get an output on the below snapshot. I have tried various method like points,
2018 May 09
1
BoxPlot Adding Mean and Median Values
Dear Team - I would like to get your help on adding the values of mean and median of RTF as mentioned in the below snapshot.? Please guide me out.?Thanks for your help in advance.
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",
2018 May 09
0
Adding Year-Month-Day to X axis
Actually I would like to get an output on the below snapshot. I have tried various method like points, labels.. but nothing works. Attached is the data for your reference. On May 09, 2018, at 09:59 AM, Gregory Coats <gregcoats at me.com> wrote: I do not see any difference between the x versus y plot drawn in blue, and the y only plot drawn in red. Is the correct? Greg y_duration <- c