R/deg2rad.R

Defines functions deg2rad

Documented in deg2rad

deg2rad <-
function(deg) {(deg * pi) / (180)}

Try the vMask package in your browser

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

vMask documentation built on May 1, 2019, 10:21 p.m.