Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gebhardt, Albrecht
akima
Commits
715e5929
Commit
715e5929
authored
Nov 04, 2009
by
agebhard
Browse files
fix documentation
parent
da3940d7
Changes
2
Show whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
715e5929
Package: akima
Version: 0.5-
3
Version: 0.5-
4
Date: 2009-06-10
Title: Interpolation of irregularly spaced data
Author: Fortran code by H. Akima
...
...
man/akima.Rd
View file @
715e5929
...
...
@@ -3,20 +3,10 @@
\title{
Waveform Distortion Data for Bivariate Interpolation
}
\
arguments
{
\
item{x,y,z}{
\
description
{
\
code{akima} is a list with components \code{x}, \code{y} and \code{z} which
represents a smooth surface of \code{z} values at selected points
irregularly distributed in the \code{x-y} plane.
}}
\description{
Hiroshi Akima, "A Method of Bivariate Interpolation and
Smooth Surface Fitting for Irregularly Distributed Data
Points",
ACM Transactions on Mathematical Software,
Vol. 4, No. 2, June 1978, pp. 148-159.
Copyright 1978, Association for Computing Machinery, Inc.,
reprinted by permission.
The data was taken from a study of waveform distortion in
electronic circuits, described in:
...
...
@@ -25,6 +15,15 @@ Smooth Surface Fitting Based on Local Procedures",
CACM,
Vol. 17, No. 1, January 1974, pp. 18-20.
}
\references{
Hiroshi Akima, "A Method of Bivariate Interpolation and
Smooth Surface Fitting for Irregularly Distributed Data
Points",
ACM Transactions on Mathematical Software,
Vol. 4, No. 2, June 1978, pp. 148-159.
Copyright 1978, Association for Computing Machinery, Inc.,
reprinted by permission.
}
\examples{
\dontrun{
library(rgl)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment