1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
\name{RMrotat}
\alias{RMrotat}
\alias{RMrotation}
\title{Rotation matrices}
\description{
\command{RMrotat} and \command{RMrotation} are
auxiliary space-time functions that create some rotation
\deqn{f(h, t) = s (\cos(\phi t) h_1 + \sin(\phi t) h_2) / \|h\|}
and
\deqn{f(h, t) = (\cos(\phi t) h_1 + \sin(\phi t) h_2,
- \sin(\phi t) h_1 + \cos(\phi t) h_2, t),}
respectively.
}
\usage{
RMrotat(speed, phi)
RMrotation(phi)
}
\arguments{
\item{speed}{real value \eqn{s} }
\item{phi}{angle}
}
\details{
\command{\link{RMrotat}} and \command{\link{RMrotation}} are
space-time models for
two-dimensional space.
}
\value{
\command{\link{RMrotat}} and \command{\link{RMrotation}} return an object of class \code{\link[=RMmodel-class]{RMmodel}}.
}
\me
\seealso{
\command{\link{RMmodel}},
\link{S10}.
}
\keyword{spatial}
\keyword{models}
\examples{\dontshow{StartExample()}
# see S10
\dontshow{FinalizeExample()}
}
|