Displaying 1 result from an estimated 1 matches for "ito2".
Did you mean:
ito
2012 May 08
1
FILLED CONTOUR
...pths[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<-length(unique(ML.contamana[,1]))
depths2<- sprintf("%4.1f", depths) # to reduce decimals if needed
## Defining Palynological Zones according to Jaramillo et al. 2001
Pal.zones<-c(65.5,61.906,...