Displaying 1 result from an estimated 1 matches for "mndc".
Did you mean:
mnd
2012 Nov 14
0
SIAR: problem> session aborted
...3, -24.03133333, -16.01333333, -23.81783333)
> location<-c(3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3)
> CONSUMER<- data.frame(d13C, d15N)
#get SOURCEtable:
> mndN<-c(12.92019907, 12.42179762, 7.164152778)
> sdN<-c(0.924014709, 0.459319215, 2.106391697)
> mndC<-c(-14.43802315, -15.70665476, -31.72316667)
> sdC<-c(0.607857866, 0.429523631, 2.840500346)
> SOURCES<-data.frame(sp,mndN,sdN,mndC,sdC)
#get TEF-table:
> sp<-c(1,2,3)
> meandN<-c(3.54,3.54,3.54)
> sddN<-c(0.001,0.001,0.001)
> meandC<-c(1.63...