print {oppr}R 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)

[Package oppr version 1.0.4 Index]