group_by(SampleName,TargetName) %>% #group_byでgroup,dpiごとにする summarise(mean = mean(relative), sd = sd(relative),se = sd(relative)/sqrt(length(relative ...
最初にパッケージをRにインストールしましょう。gglpot2はtidyverseというパッケージに内包されているので,tidyverseを ...
There’s a reason ggplot2 is one of the most popular add-on packages for R: It’s a powerful, flexible and well-thought-out platform to create data visualizations you can customize to your heart’s ...