Displaying 1 result from an estimated 1 matches for "craniometric".
2008 Mar 16
2
How to assign text string as object?
I have a problem I cannot get over for a long time. Imagine I have a
data frame with 17 colums. 16 of them are craniometric variables of
Cervus elaphus and one contains age.
The data frame has 83 rows.
I want to write a loop which plots the values of each craniometric
variable against the age. The names of columns are V1, V2, V3, etc...
What I have done till now was writing this:
layout(matrix(1:16,4,4))
plot(V1~AG...