print {oppr} | R Documentation |
Display information about an object.
## S3 method for class 'ProjectProblem'
print(x, ...)
## S3 method for class 'ProjectModifier'
print(x, ...)
## S3 method for class 'Id'
print(x, ...)
## S4 method for signature 'Id'
print(x)
## S3 method for class 'OptimizationProblem'
print(x, ...)
## S3 method for class 'ScalarParameter'
print(x, ...)
## S3 method for class 'ArrayParameter'
print(x, ...)
## S3 method for class 'Solver'
print(x, ...)
x |
Any object. |
... |
not used. |
None.
a <- 1:4
print(a)