55975/how-can-add-line-show-mean-for-each-barplot-not-for-all-dataset
Hey ranjith,
Use geom_hline() function to add reference lines in the same ggplot object.
Ex:
geom_hline(aes(yintercept = wt, colour = wt), mean_wt)
fls <- list.files(pattern = "\\.dbf$") $ at the ...READ MORE
Use DT for this purpose: library(shiny) library(DT) ui <- fluidPage( ...READ MORE
I want to draw a graph of ...READ MORE
You can use the reshape2 package for ...READ MORE
Basically here we are making an equation ...READ MORE
By assuming that all the values are ...READ MORE
For avoiding rowwise(), I prefer to use ...READ MORE
Basically all we have to do is ...READ MORE
Hi Anitha, There are 2 functions used to ...READ MORE
Do you mean to add multiple geom ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.