多次元空間座標の扱い

  • 予定パッケージ名
    • SphereAndSimplex
  • 関数名
    • CategoryVector
    • NormalBase
    • Cartesian2Angular
    • Angular2Cartesian
    • DESCRIPTIONファイル
Package: SphereAndSimplex
Type: Package
Title: Sphere and Simplex
Version: 1.0
Date: 2011-02-12
Author: Who wrote it
Maintainer: Who to complain to <yourfault@somewhere.net>
Description: More about what it does (maybe more than one line)
License: What license is it under?
LazyLoad: yes
  • パッケージのRdファイル
\name{SphereAndSimplex-package}
\alias{SphereAndSimplex-package}
\alias{SphereAndSimplex}
\docType{package}
\title{
To handle spheres and simplex in multi-dimensional space
}
\description{
Rotation, curves and so on in multi-dimensional space
}
\details{
\tabular{ll}{
Package: \tab hoge\cr
Type: \tab Package\cr
Version: \tab 1.0\cr
Date: \tab 2011-02-12\cr
License: \tab What license is it under?\cr
LazyLoad: \tab yes\cr
}
~~ An overview of how to use the package, including the most important ~~
~~ functions ~~
}
\author{
Who wrote it

Maintainer: Who to complain to <yourfault@somewhere.net>
~~ The author and/or maintainer of the package ~~
}
\references{
~~ Literature or other references for background information ~~
}
~~ Optionally other standard keywords, one per line, from file KEYWORDS in ~~
~~ the R documentation directory ~~
\keyword{ package }
\seealso{
~~ Optional links to other man pages, e.g. ~~
~~ \code{\link[<pkg>:<pkg>-package]{<pkg>}} ~~
}
\examples{
x<-runif(4)
a<-Cartesian2Angular(x)
a$r
a$t
a[[1]]
a[[2]]
x2<-Angular2Cartesian(a$r,a$t)
x
a
x2
}