search for: microfrac

Displaying 1 result from an estimated 1 matches for "microfrac".

2012 Sep 19
2
Help reproducing a contour plot
....2587 0.409 -32.71133 57.27150 *# Obtaining longitude and depth data* *Long <- SMfrac[,6]* *dbar <- -SMfrac[,5] #reverse depth* * * *#converting data to percentage of total chl a* * * *picoFrac <- Atlantis$Pico/Atlantis$Total_Ch*100* *nanoFrac <- Atlantis$Nano/Atlantis$Total_Ch*100* *microFrac <- Atlantis$Micro/Atlantis$Total_Ch*100* * * * * *library(akima)* * * *par(mfrow = c(3,1)) * * * *contour(interp(Long, dbar, picoFrac),nlevels = 6,* * xlab ="Longitude", main= "Pico", * * ylab ="Depth", ylim = c(-200,0), method = "simple",* * c...