当前位置:网站首页>HOW TO EASILY CREATE BARPLOTS WITH ERROR BARS IN R
HOW TO EASILY CREATE BARPLOTS WITH ERROR BARS IN R
2022-07-02 11:50:00 【Xiaoyu 2022】
library(ggpubr)
# Create a simple bar plot
ggbarplot(
ToothGrowth, x = "dose", y = "len",
add = c("mean_se", "jitter"),
fill = "#BF504D"
)

library(ggpubr)
# Grouped bar plots
# Colored by groups
ggbarplot(
ToothGrowth, x = "dose", y = "len",
add = c("mean_sd", "jitter"),
color = "supp", palette = c("#807F7F", "#BF504D"),
position = position_dodge(0.8)
)

library(ggpubr)
# Change bars fill color by groups
# You need to change also point shapes by groups
ggbarplot(
ToothGrowth, x = "dose", y = "len",
add = c("mean_sd", "jitter"),
add.params = list(shape = "supp"),
fill= "supp", palette = c("#807F7F", "#BF504D"),
position = position_dodge(0.8)
)
边栏推荐
- ESP32音频框架 ESP-ADF 添加按键外设流程代码跟踪
- Some problems encountered in introducing lvgl into esp32 Arduino
- Astparser parsing class files with enum enumeration methods
- Visualization of chip SEQ data by deeptools
- GGPUBR: HOW TO ADD ADJUSTED P-VALUES TO A MULTI-PANEL GGPLOT
- Always report errors when connecting to MySQL database
- How to Create a Nice Box and Whisker Plot in R
- pgsql 字符串转数组关联其他表,匹配 拼接后原顺序展示
- [visual studio 2019] create MFC desktop program (install MFC development components | create MFC application | edit MFC application window | add click event for button | Modify button text | open appl
- MySQL basic statement
猜你喜欢

Principle of scalable contract delegatecall

微信小程序利用百度api达成植物识别

mysql链表数据存储查询排序问题

2022年4月17日五心红娘团队收获双份喜报

Thesis translation: 2022_ PACDNN: A phase-aware composite deep neural network for speech enhancement

How to Add P-Values onto Horizontal GGPLOTS

HOW TO ADD P-VALUES TO GGPLOT FACETS

TDSQL|就业难?腾讯云数据库微认证来帮你

Tdsql | difficult employment? Tencent cloud database micro authentication to help you

Amazon cloud technology community builder application window opens
随机推荐
Astparser parsing class files with enum enumeration methods
Implementation of address book (file version)
数字化转型挂帅复产复工,线上线下全融合重建商业逻辑
Eight sorting summaries
to_bytes与from_bytes简单示例
MySql存储过程游标遍历结果集
Bedtools tutorial
PYQT5+openCV项目实战:微循环仪图片、视频记录和人工对比软件(附源码)
Solve the problem of data blank in the quick sliding page of the uniapp list
Introduction to interface debugging tools
Summary of flutter problems
念念不忘,必有回响 | 悬镜诚邀您参与OpenSCA用户有奖调研
How to Create a Nice Box and Whisker Plot in R
Esp32 audio frame esp-adf add key peripheral process code tracking
行业的分析
6. Introduce you to LED soft film screen. LED soft film screen size | price | installation | application
YYGH-9-预约下单
Easyexcel and Lombok annotations and commonly used swagger annotations
Homer预测motif
A sharp tool for exposing data inconsistencies -- a real-time verification system
