dankelley / oce

R package for oceanographic processing
http://dankelley.github.io/oce/
GNU General Public License v3.0
143 stars 42 forks source link

plotTS() should be able to plot both T-S and theta-S #157

Closed dankelley closed 12 years ago

dankelley commented 13 years ago

An argument could specify which. I think the default should be theta, which is a change from the present state.

dankelley commented 13 years ago

Partway done, on branch issue157. The isopycnals on the T-S (or, now, theta-S) plot are not proper, however. (Fixing the isopycnals is fiddly because it will require editing some C and R code together. I will also speed up some of the R code, by vectorizing the C.)

dankelley commented 12 years ago

Closing, because the inSitu argument seems to handle this need.