00_bridging_functions: Bridging Functions

Description Usage Arguments Details

Description

Bridging functions for printing/plotting function objects.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## S3 method for class 'KSpline'
print(x, ...)
## S3 method for class 'KSpline'
plot(x, ...)
## S3 method for class 'KSpline'
lines(x, ...)
## S3 method for class 'KSpline'
points(x, ...)

kub.printf (...)
kub.plotf (...)
kub.linesf (...)
kub.pointsf (...)

Arguments

x

The first argument.

...

Arguments for specific methods.

Details

In general, do not call kub.printf, etc.
Call print and plot instead.
(These call kub.printf and kub.plotf).


kubik documentation built on April 15, 2021, 9:09 a.m.