ggpairs: adjusting axis labels to show minimum and maximum only

故事扮演 提交于 2020-01-02 09:56:14

问题


I want to show just the minimum and maximum values for all the axes of a ggpairs {GGally} plot. Find below a reproducible example

df=as.data.frame(matrix(1:1000,nrow = 100))
ggpairs(df)

I know I can do it individually by using breaks, but I don't know how can I apply this in ggpairs. Can somebody help me?

来源:https://stackoverflow.com/questions/45764317/ggpairs-adjusting-axis-labels-to-show-minimum-and-maximum-only

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!