R语言学习笔记

ggplot

如何查看每列的非重复值及每个值的重复次数

image.png

入门级绘图模板

ggplot(data = ) +
(mapping = aes())

你可能感兴趣的:(R语言学习笔记)