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
c4fdbfe2
Commit
c4fdbfe2
authored
Aug 09, 2001
by
agebhard
Browse files
cvsroot recovery.
parent
e909f579
Changes
3
Show whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
c4fdbfe2
Package: akima
Package: akima
Version: 0.3-
1
Version: 0.3-
2
Title: Interpolation of irregularly spaced data
Title: Interpolation of irregularly spaced data
Author: Fortran code by H. Akima
.
Author: Fortran code by H. Akima
R port by Albrecht Gebhardt <albrecht.gebhardt@uni-klu.ac.at>
.
R port by Albrecht Gebhardt <albrecht.gebhardt@uni-klu.ac.at>
Maintainer: Albrecht Gebhardt <albrecht.gebhardt@uni-klu.ac.at>
Maintainer: Albrecht Gebhardt <albrecht.gebhardt@uni-klu.ac.at>
Description: Linear or cubic spline interpolation for irregular gridded data
Description: Linear or cubic spline interpolation for irregular gridded data
License: Fortran code: ACM, free for non-commercial use, R functions GPL
License: Fortran code: ACM, free for non-commercial use, R functions GPL
man/interp.Rd
View file @
c4fdbfe2
...
@@ -6,9 +6,9 @@
...
@@ -6,9 +6,9 @@
\alias{interp.new}
\alias{interp.new}
\alias{interp.old}
\alias{interp.old}
\usage{
\usage{
interp(x, y, z, xo=<<see below>>, yo=<<see below>>, ncp=0, extrap=F)
interp(x, y, z, xo=<<see below>>, yo=<<see below>>, ncp=0, extrap=F
ALSE, duplicate = "error", dupfun = NULL
)
interp.old(x, y, z, xo=<<see below>>, yo=<<see below>>, ncp=0, extrap=F)
interp.old(x, y, z, xo=<<see below>>, yo=<<see below>>, ncp=0, extrap=F
ALSE, duplicate = "error", dupfun = NULL
)
interp.new(x, y, z, xo=<<see below>>, yo=<<see below>>,
ncp=0, extrap=F
)
interp.new(x, y, z, xo=<<see below>>, yo=<<see below>>,
linear=FALSE, ncp=NULL, extrap=FALSE, duplicate = "error", dupfun = NULL
)
}
}
\arguments{
\arguments{
\item{x}{
\item{x}{
...
@@ -46,6 +46,7 @@ interp.new(x, y, z, xo=<<see below>>, yo=<<see below>>, ncp=0, extrap=F)
...
@@ -46,6 +46,7 @@ interp.new(x, y, z, xo=<<see below>>, yo=<<see below>>, ncp=0, extrap=F)
used (\code{extrap=F}, the default), \code{yo} should have a range that is
used (\code{extrap=F}, the default), \code{yo} should have a range that is
close to or inside of the range of \code{y} for the results to be meaningful.
close to or inside of the range of \code{y} for the results to be meaningful.
}
}
\item{linear}{logical, switch to linear interpolation in \code{interp.new}}
\item{ncp}{
\item{ncp}{
number of additional points to be used in computing partial
number of additional points to be used in computing partial
derivatives at each data point.
derivatives at each data point.
...
...
man/interpp.Rd
View file @
c4fdbfe2
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
\alias{interpp.old}
\alias{interpp.old}
\alias{interpp.new}
\alias{interpp.new}
\usage{
\usage{
interpp(x, y, z, xo, yo, ncp=0, extrap=F)
interpp(x, y, z, xo, yo, ncp=0, extrap=F
, duplicate = "error", dupfun = NULL
)
}
}
\arguments{
\arguments{
\item{x}{
\item{x}{
...
...
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