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
Bivand, Roger
akima
Commits
6021ca47
Commit
6021ca47
authored
Sep 15, 2015
by
agebhard
Browse files
authors@r used
parent
43507cd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
6021ca47
...
...
@@ -2,11 +2,18 @@ Package: akima
Version: 0.5-12
Date: 2015-08-26
Title: Interpolation of Irregularly and Regularly Spaced Data
Author: Fortran code by H. Akima
R port by Albrecht Gebhardt <albrecht.gebhardt@aau.at>
aspline function by Thomas Petzoldt <thomas.petzoldt@tu-dresden.de>
interp2xyz, enhancements and corrections by Martin Maechler <maechler@stat.math.ethz.ch>
Maintainer: Albrecht Gebhardt <albrecht.gebhardt@uni-klu.ac.at>
Authors@R: c(person("Hiroshi", "Akima", role = c("aut", "cph"),
comment = "Fortran code (TOMS 526, 761, 697 and 433)"),
person("Albrecht", "Gebhardt", role = c("aut", "cre", "cph"),
email = "albrecht.gebhardt@aau.at",
comment = "R port (interp* functions), bicubic* functions"),
person("Thomas", "Petzold", role = c("ctb", "cph"),
comment = "aspline function"),
person("Martin", "Maechler", email="maechler@stat.math.ethz.ch",
role = c("ctb", "cph"), comment = "interp2xyz function + enhancements"),
person("YYYY Association for Computing Machinery, Inc.",
role = c("cph"), comment = "covers code from TOMS 526, 761, 697 and 433")
)
Description: Several cubic spline interpolation methods of H. Akima for irregular and
regular gridded data are available through this package, both for the bivariate case
(irregular data: ACM 526 and ACM 761, regular data: ACM 433) and univariate case (ACM 697).
...
...
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