R/sl.lonlatrot2abg.R

Defines functions sl.lonlatrot2abg

Documented in sl.lonlatrot2abg

sl.lonlatrot2abg <-
function(lonlatrot) {

	return(c(lonlatrot[1]+90,90-lonlatrot[2],lonlatrot[3]))
	
}
FESOM/spheRlab documentation built on April 6, 2024, 6:52 p.m.