强制R创建散点图

时间:2013-06-07 15:38:05

标签: r scatter-plot

我是新手R用户并尝试在工作区中创建散点图,我已经使用treemap包创建了一些树图。当我进入:

plot(XData, YData, type = "p", main="Title", xlab="XData Title", ylab="YData Title")

R返回:

Warning messages:
1: graphical parameter "type" is obsolete 
2: graphical parameter "type" is obsolete 
3: In rect(xleft, ybottom, xright, ytop, col = col, ...) :
graphical parameter "type" is obsolete

我假设treemap包做了一些事情,导致R自动使用rect()函数,而不是简单地创建一个散点图,但不知道如何关闭它。当我取出“type”参数时,R返回一个提升的树形图。我已经尝试了分离(treemap)。任何有助于让R创建分散的帮助都会受到赞赏。

如果代码格式不正确,我提前道歉,这是我第一次发帖。

0 个答案:

没有答案