mesh {SpherWave} | R Documentation |
This function creates M by N longitude-latitude grid.
mesh(M, N)
M |
M longitudes of M by N grid |
N |
N latitudes of M by N grid |
This function creates M by N longitude-latitude grid.
theta |
latitudes in radian of M by N longitude-latitude grid |
phi |
longitudes in radian of M by N longitude-latitude grid |
mesh(100, 50)