R: how to use geom_point to add points to side-by-side error bars

前端 未结 0 1564
一个人的身影
一个人的身影 2021-02-19 00:43
library(tidyverse)

library(ggplot2)
x <- c(3.409091, 4.090909, 4.772728, 5.454546)
data <- structure(list(approach1 = c(1.02967633502518, 1.01580726843304, 1.0428         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题