search for: smfrac

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

Did you mean: sfrac
2012 Sep 19
2
Help reproducing a contour plot
...ntis 1217 Fmax 0.1740 0.5200 0.1830 0.8770 79.595 -32.71450 57.29733 20 Atlantis 1217 Below 0.0235 0.0486 0.0242 0.0963 199.067 -32.71450 57.29733 21 Atlantis 1225 Surface 0.0764 0.1490 0.0333 0.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(mfr...