mesh {SpherWave}R Documentation

Creation of M by N grid

Description

This function creates M by N longitude-latitude grid.

Usage

mesh(M, N)

Arguments

M M longitudes of M by N grid
N N latitudes of M by N grid

Details

This function creates M by N longitude-latitude grid.

Value

theta latitudes in radian of M by N longitude-latitude grid
phi longitudes in radian of M by N longitude-latitude grid

Examples

mesh(100, 50)

[Package SpherWave version 1.1.0 Index]