Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大家。
我写这个问题是因为我需要你的帮助才能在 R 中进行图形表示。我想将图形作为坐标系(两个变量)和另一个表示点的体积(大小)的变量。
你可以看一个例子:pxfolioplotbcgmatrix
谢谢!
试用?symbols功能
?symbols
x <- 1:5 y <- 5:1 r <- seq(2, 10, 2) symbols(x, y, circles=r, fg="white", bg="red")