Ops.fdata: Arithmetic Operations for Functional Data
Description
Perform elementwise arithmetic on fdata objects.
Supports addition, subtraction, multiplication, division, and exponentiation
between two fdata objects or between an fdata object and a
numeric scalar.
Usage
# S3 method for fdata
Ops(e1, e2)
Value
An fdata object with the result.
Arguments
e1, e2
Objects of class fdata or numeric scalars.
At least one must be of class fdata.