当前位置:网站首页>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 11:43:00 【Xiaoyu 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
)
边栏推荐
- I STM32 development environment, keil5/mdk5.14 installation tutorial (with download link)
- Solve the problem of data blank in the quick sliding page of the uniapp list
- 制造业数字化转型和精益生产什么关系
- MySQL比较运算符IN问题求解
- Resources reads 2D texture and converts it to PNG format
- 从ros1到ros2配置的一些东西
- flutter 问题总结
- Array splitting (regular thinking
- ros缺少xacro的包
- 每月1号开始计算当月工作日
猜你喜欢
ImportError: cannot import name ‘Digraph‘ from ‘graphviz‘
数字化转型挂帅复产复工,线上线下全融合重建商业逻辑
Multi line display and single line display of tqdm
tidb-dm报警DM_sync_process_exists_with_error排查
TIPC Service and Topology Tracking4
2022年遭“挤爆”的三款透明LED显示屏
Thanos Receiver
PKG package manager usage instance in FreeBSD
TDSQL|就业难?腾讯云数据库微认证来帮你
CentOS8之mysql基本用法
随机推荐
mmrotate旋转目标检测框架使用记录
vant tabs组件选中第一个下划线位置异常
JS——每次调用从数组里面随机取一个数,且不能与上一次为同一个
Is it safe to open a stock account online? I'm a novice, please guide me
Homer forecast motif
Jinshanyun - 2023 Summer Internship
Verilog and VHDL signed and unsigned number correlation operations
从攻击面视角,看信创零信任方案实践
SQLite modify column type
Resources reads 2D texture and converts it to PNG format
Is the stock account given by qiniu business school safe? Can I open an account?
Precautions for scalable contract solution based on openzeppelin
Tidb DM alarm DM_ sync_ process_ exists_ with_ Error troubleshooting
Pit of the start attribute of enumrate
TIPC addressing 2
Mongodb learning and sorting (condition operator, $type operator, limit() method, skip() method and sort() method)
Introduction to interface debugging tools
Homer预测motif
6方面带你认识LED软膜屏 LED软膜屏尺寸|价格|安装|应用
I STM32 development environment, keil5/mdk5.14 installation tutorial (with download link)