rxChain2 {rxode2}R Documentation

Second command in chaining commands

Description

This is s3 method is called internally with + and ⁠\%>\%⁠ operators.

Usage

rxChain2(obj, solvedObject)

## Default S3 method:
rxChain2(obj, solvedObject)

## S3 method for class 'EventTable'
rxChain2(obj, solvedObject)

Arguments

obj

the object being added/chained/piped to the solved object

solvedObject

the solved object

Value

chained operation

Author(s)

Matthew L.Fidler


[Package rxode2 version 3.0.4 Index]