x,y
|
vectors giving the coordinates of the points to be interpolated.
Alternatively a single plotting structure can be specified.
|
xout
|
an optional set of values specifying where
interpolation is to take place.
|
method
|
this specifies the interpolation method to be used.
Currently this is ignored and linear interpolation
is always used.
|
rule
|
an integer describing how interpolation is to take
place outside the interval
[min(x),max(x)] .
If rule is 1 then NA s
are returned for such points and if it is 2 ,
the value at the closest data extreme is used.
|