*.pp {ecode} | R Documentation |
The multiply operator used to perform arithmetic on phase points.
## S3 method for class 'pp'
x * y
x |
an object of |
y |
an object of |
an object of "pp"
class representing the calculated result.
pp(list(x = 1, y = 1)) * pp(list(x = 3, y = 4))