Displaying 1 result from an estimated 1 matches for "dca4".
Did you mean:
dc4
2008 Sep 17
2
adding rows to table
Greetings everyone,
I'm trying to add a specific table or a specific number of rows (e.g.44) to a table with no success.
This is my basic table
> head(dataA)
year plot spp prop.B DCA1 DCA2 DCA3 DCA4
1 2000 1 a1 0.031079 -0.0776 -0.0009 0.0259 -0.0457
2 2000 1 a2 0.968921 -0.0448 0.1479 -0.1343 0.1670
3 2000 2 a1 0.029218 -0.0776 -0.0009 0.0259 -0.0457
4 2000 2 a4 0.021678 -0.3052 -0.0275 -0.0330 -0.0516
5 2000 2 a5 0.088596 0.0357 -0....