/.pp {ecode} | R Documentation |
Divide Operator for Phase Points
Description
The devide operator used to perform arithmetic on phase points.
Usage
## S3 method for class 'pp'
x / y
Arguments
x |
an object of |
y |
an object of |
Value
an object of "pp"
class representing the calculated result.
Examples
pp(list(x = 1, y = 1)) / pp(list(x = 3, y = 4))
[Package ecode version 0.1.0 Index]