Displaying 3 results from an estimated 3 matches for "yut_ar".
Did you mean:
yut_are
2008 Nov 29
1
Subset by string name?
...aceae"
Now I just want to work on one family for various spatial analyses in
ads and spatstats, so I wrote:
Yut <-read.delim(
"C:/dissertation/data2006/Parcela_1-3/Yutsun_tree.txt", header = TRUE,
sep = "\t", quote="\"", dec=".", fill = TRUE )
Yut_are <- subset (Yut, Mark="Arecaceae", select=c(X, Y, Mark))
However, the summary of Yut_are still contains trees of other families:
X Y Mark
Min. : 0.00 Min. : 0.00 Myristicaceae: 65
1st Qu.: 24.00 1st Qu.:24.00 Lecythidaceae: 60...
2008 Nov 29
0
Subset by family name?
...ork on one family for various spatial analyses in
> ads and spatstats, so I wrote:
>
> Yut <-read.delim(
> "C:/dissertation/data2006/Parcela_1-3/Yutsun_tree.txt", header = TRUE,
> sep = "\t", quote="\"", dec=".", fill = TRUE )
>
> Yut_are <- subset (Yut, Mark="Arecaceae", select=c(X, Y, Mark))
>
> However, the summary of Yut_are still contains trees of other families:
>
> X Y Mark
> Min. : 0.00 Min. : 0.00 Myristicaceae: 65
> 1st Qu.: 24.00 1st Qu.:24.0...