Displaying 1 result from an estimated 1 matches for "sheet8".
Did you mean:
sheet
2011 Feb 10
2
Rioja package, creating transfer function, WA, "Error in FUN"
...108.57278"
....
90 "GAL_15" "70" "94.07849" "3.777932" " 66.77673"
> STEST=odbcConnectExcel(file.choose())
> sqlTables(STEST) (STEST is the
> species abundance file)
> Spe=sqlFetch(STEST, "Sheet8")
> odbcClose(STEST)
> Spe
(The species data contains the abundance of 32 species over 90 sites, set
out like this)
F1 AmpFlav AmpWri ArcCat ArcDis
1 N1_1 22.2929936 0.0000000 0.0000000 0.0000000
2 N1_2 30.9677419 0.0000000 0.0000000 3.2258065
>...