[R] Error in FUN(newX[, i], ...) : `x' must be atomic

Simon Blomberg blomsp at ozemail.com.au
Wed Jul 27 04:39:03 CEST 2005


Actually, atoms are originally a Lisp concept. Objects are either atoms or 
not. Atoms are data types that cannot be taken apart, such as numbers or 
symbols. Lists and vectors (of length > 1) are examples of  non-atomic data 
types. Did you pass a vector to FUN?

Cheers,

Simon.

At 12:22 PM 27/07/2005, Srinivas Iyyer wrote:
>Hello Group,
>  What is the meaning of the error.  is there any place
>to look for this. I guess 'atomic' seems to be OOP
>related concept.
>
>thank you
>srini
>
>______________________________________________
>R-help at stat.math.ethz.ch mailing list
>https://stat.ethz.ch/mailman/listinfo/r-help
>PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Simon Blomberg, B.Sc.(Hons.), Ph.D, M.App.Stat.
Centre for Resource and Environmental Studies
The Australian National University
Canberra ACT 0200
Australia
T: +61 2 6125 7800 email: Simon.Blomberg_at_anu.edu.au
F: +61 2 6125 0757
CRICOS Provider # 00120C




More information about the R-help mailing list