print: Print

printR Documentation

Print

Description

Display information about an object.

Usage

## 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, ...)

Arguments

x

Any object.

...

not used.

Value

None.

See Also

base::print().

Examples

a <- 1:4
print(a)

oppr documentation built on Sept. 8, 2022, 5:07 p.m.