当前位置:网站首页>How to Create a Nice Box and Whisker Plot in R
How to Create a Nice Box and Whisker Plot in R
2022-07-02 09:38:00 【小宇2022】
# Load required R packages
library(ggpubr)
# Data preparation
df <- ToothGrowth
head(df)
# Create basic boxplot
ggboxplot(df, x = "dose", y = "len", add = "jitter")
# Load required R packages
library(ggpubr)
# Data preparation
df <- ToothGrowth
head(df)
# Create a box plot with summary table
ggsummarystats(
df, x = "dose", y = "len", add = "jitter",
color = "supp", palette = "npg",
ggfunc = ggboxplot
)
边栏推荐
- 数字化转型挂帅复产复工,线上线下全融合重建商业逻辑
- Precautions for scalable contract solution based on openzeppelin
- Programmer growth Chapter 6: how to choose a company?
- SQLite modify column type
- 程序员成长第六篇:如何选择公司?
- 揭露数据不一致的利器 —— 实时核对系统
- PowerBI中导出数据方法汇总
- Principle of scalable contract delegatecall
- ImportError: cannot import name ‘Digraph‘ from ‘graphviz‘
- Compilation errors and printout garbled problems caused by Chinese content in vs2019 code
猜你喜欢
RPA advanced (II) uipath application practice
Basic usage of MySQL in centos8
PKG package manager usage instance in FreeBSD
亚马逊云科技 Community Builder 申请窗口开启
VS2019代码中包含中文内容导致的编译错误和打印输出乱码问题
Why does LabVIEW lose precision in floating point numbers
RPA进阶(二)Uipath应用实践
Tick Data and Resampling
Mongodb learning and sorting (condition operator, $type operator, limit() method, skip() method and sort() method)
excel表格中选中单元格出现十字带阴影的选中效果
随机推荐
liftOver进行基因组坐标转换
对毕业季即将踏入职场的年轻人的一点建议
III Chip startup and clock system
map集合赋值到数据库
在网上开股票账户安全吗?我是新手,还请指导
Principe du contrat évolutif - delegatecall
Writing contract test cases based on hardhat
Tdsql | difficult employment? Tencent cloud database micro authentication to help you
揭露数据不一致的利器 —— 实时核对系统
基于Hardhat编写合约测试用例
6方面带你认识LED软膜屏 LED软膜屏尺寸|价格|安装|应用
Iii. Système de démarrage et d'horloge à puce
tqdm的多行显示与单行显示
[cloud native] 2.5 kubernetes core practice (Part 2)
Mongodb learning and sorting (condition operator, $type operator, limit() method, skip() method and sort() method)
sqlite 修改列类型
Basic usage of MySQL in centos8
STM32 single chip microcomputer programming learning
RPA advanced (II) uipath application practice
三.芯片啟動和時鐘系統