R/rotmat2D.R

Defines functions `rotmat2D`

`rotmat2D` <-
function(alph)
{

matrix(c(cos(alph), -sin(alph), sin(alph), cos(alph)), ncol=2)

}

Try the GEOmap package in your browser

Any scripts or data that you put into this service are public.

GEOmap documentation built on Sept. 1, 2023, 5:09 p.m.