Displaying 1 result from an estimated 1 matches for "cta44pn3".
Did you mean:
cta44pn2
2012 May 08
1
FILLED CONTOUR
...,sep="\t",na.strings = "NA")
head(ML.contamana)
depths<-read.table("contamana_age_mod.txt" ,header=F,sep="\t",na.strings = "NA")
head(depths)
depths<-depths[1,2:ncol(depths)]
depths1<-c("CTA57PN1","CTA44PN2","CTA44PN3","CTA44PN4","CTA44PN5","CTA44PN6","CTA44PN7","CTATODO")
# line(a):
ito<-ML.contamana[,2:ncol(ML.contamana)]
###IS PART OF THE FIRST SCRIPT
ito2<-as.matrix(ito)
str(ito)
head(ito)
y=1:ncol(ito)
x=1:nrow(ito)
new.ages<-len...