RMrotat: Rotation matrices

Description Usage Arguments Details Value See Also Examples

View source: R/RMmodels.R

Description

RMrotat and RMrotation are auxiliary space-time functions that create some rotation

f(h, t) = s (\cos(φ t) h_1 + \sin(φ t) h_2) / \|h\|

and

f(h, t) = (\cos(φ t) h_1 + \sin(φ t) h_2, - \sin(φ t) h_1 + \cos(φ t) h_2, t),

respectively.

Usage

1
2
RMrotat(speed, phi) 
RMrotation(phi)

Arguments

speed

real value s

phi

angle

Details

RMrotat and RMrotation are space-time models for two-dimensional space.

Value

RMrotat and RMrotation return an object of class RMmodel.

See Also

RMmodel, S10.

Examples

1
# see S10

RandomFields documentation built on Jan. 19, 2022, 1:06 a.m.