随便编了个函数,突然出现:
> f<-function(x)x^2
> f<-function(x)x^2-3x-9
错误: 意外的符号在"f<-function(d)x^2-3x"里
> f<-function(x)x^2-x-9
> f<-function(x)x^2-3x-9
错误: 意外的符号在"f<-function(d)x^2-3x"里
> f<-function(x)x^2-4x-9
错误: 意外的符号在"f<-function(d)x^2-4x"里
意外的符号?
什么意思?
我每次退出R的时候都没有保存工作空间映像,和这个有关吗?
请赐教!!!!!!!!!!!!!!
> f<-function(x)x^2
> f<-function(x)x^2-3x-9
错误: 意外的符号在"f<-function(d)x^2-3x"里
> f<-function(x)x^2-x-9
> f<-function(x)x^2-3x-9
错误: 意外的符号在"f<-function(d)x^2-3x"里
> f<-function(x)x^2-4x-9
错误: 意外的符号在"f<-function(d)x^2-4x"里
意外的符号?
什么意思?
我每次退出R的时候都没有保存工作空间映像,和这个有关吗?
请赐教!!!!!!!!!!!!!!