Displaying 2 results from an estimated 2 matches for "want3".
Did you mean:
want
2007 Feb 23
6
TRUE/FALSE as numeric values
Hello,
I want to select in a column of a dataframe all numbers smaller than a
value x
but when I type in test<-(RSF_EU$AREA<=x) I receiv as answer:
> test
[1] TRUE FALSE FALSE TRUE TRUE TRUE FALSE FALSE TRUE TRUE TRUE
FALSE TRUE TRUE TRUE TRUE TRUE
[18] TRUE TRUE TRUE TRUE FALSE FALSE TRUE TRUE TRUE TRUE TRUE
TRUE TRUE FALSE TRUE TRUE TRUE
[35] FALSE TRUE
2009 Feb 18
2
Counting/processing a character vector
Dear List,
I have a data set stored in the following format:
> head(dat, n = 10)
id sppcode abundance
1 10307 10000000 1
2 10307 16220602 2
3 10307 20000000 5
4 10307 20110000 2
5 10307 24000000 1
6 10307 40210000 83
7 10307 40210102 45
8 10307 45140000 1
9 10307 45630000 1
10 10307 45630600 41
>