R/rotation_f.R

Defines functions rotation_f

#shamelessly taken from Edzer Pebesma sf package vignette
#https://r-spatial.github.io/sf/articles/sf3.html

rotation_f = function(a) matrix(c(cos(a), sin(a), -sin(a), cos(a)), 2, 2)

Try the buffeRs package in your browser

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

buffeRs documentation built on Aug. 22, 2021, 9:07 a.m.