Displaying 1 result from an estimated 1 matches for "v_m2".
Did you mean:
v_b2
2006 Jul 16
2
CFD Plots in R and Other Things
...cross sections which are orthogonal to the z axis.
For each section, I have a set of velocity readings, i.e. the data I
would like to plot are in the form:
v_11 v_12 v_13 ..... v_1n
v_21 v_22 v_23 ..... v_2n
......................................
v_m1 v_m2 v_m3 ..... v_mn
where v_ij is the velocity reading on the i-th position along z and
the j-th position along r.
Tipically, these sets of data are plotted in 2D with r and z as axis
and the velocity field represented by using colours explained by a
legenda.
Can R do anything like this?
Second (and...