我按照书上的说法,代码如下:
myf1 <- function(x)
{
x^2
}
myf2 <- function(x)
{
sin(x^2) + x
}
save(c("myf1", "myf2"), file = "C:\\MyRstuff\\AuxFunc.RData")
可是在save这一步的时候 老是出错,提示为:
错误于save(c("myf1", "myf2"), file = "D:\\AuxFunc.RData") :
目标对象‘c("myf1", "myf2")’不存在
请问这是怎么回事?


雷达卡



京公网安备 11010802022788号







