print.options {gpuMagic}R Documentation

Print the available options in a pretty format

Description

Print the available options in a pretty format

Usage

## S3 method for class 'options'
print(x, ...)

## S3 method for class 'plainText'
print(x, ...)

## S3 method for class 'deviceList'
print(x, ...)

## S3 method for class 'varInfo'
print(x, simplify = TRUE, printDef = FALSE, ...)

Arguments

x

an options object.

...

just for making the package checking happy.

simplify

Specify whether only the important properties should be printed

printDef

Whether the variable definition should be printed(version=0)

Value

No return value, the result will be printed in the console

Examples

opt=gpuMagic.getOptions()
print(opt)

[Package gpuMagic version 1.8.0 Index]