[<-.yac_symbol {Ryacas} | R Documentation |
Extract or replace parts of an object
Description
Extract or replace parts of an object
Usage
## S3 replacement method for class 'yac_symbol'
x[i, j] <- value
Arguments
x |
A |
i |
row indices specifying elements to extract or replace |
j |
column indices specifying elements to extract or replace |
value |
the value to replace |
[Package Ryacas version 1.1.5 Index]