Re: [R] can we visualize water flows with 3d in R?

2016-10-12 Thread clark richards
Hi Marna, It's hard to tell exactly what you're looking for, since making "3D" plots of fluid flow has significant interpretative challenges (e.g. how do you see the flow for points that are "inside" the domain?). It is common in fields like oceanography to plot 2D "sections" of the 3D flow -- e.g

Re: [R] Attempting to plot two different time series together

2015-11-06 Thread clark richards
Hi Ezra, Since each dataset is for a different variable, I think your best bet is to make a "two-panel" plot, but stacked so the time axes line up. This doesn't require anything fancy to do with the fact the series are sampled at different intervals. You may need to decimate or interpolate for oth