Re: [R] is.numeric () FALSE

2013-05-08 Thread Alannah
Jeff, The dataset are 3D landmarks taken from a skull (Homo being the dataset of 3 species of the genus Homo) I am trying to perform Generalised Procrustes Distance and superimposition and as you can see, I am told x is not True. If I also perform is.numeric(Homo) I am told that it is FALSE. I hop

[R] is.numeric () FALSE

2013-05-07 Thread Alannah
Hi there, I am reading into R a dataset with 30 variables. It is in csv file format but have also tried txt. While my dataset loads without warning, when I tried to use Geomorph package (my dataset is from a 3D model) I get a warning that is.atomic(x) is not true. I understand this is a broad prob