opi.implementations {OPI}R Documentation

FOR INTERNAL USE ONLY

Description

The method opiDistributor searches for the specific method of a general OPI operation, which depends on the OPI implementation selected with chooseOpi. It returns an error if no OPI implementation has been selected yet. A catalog of all specific methods are listed in opi.implementations.

Usage

opi.implementations

opiDistributor(operation, ...)

Arguments

operation

A general OPI operation of the following methods to: opiInitialize, opiPresent opiClose, opiSetBackground, opiQueryDevice

...

other parameters to pass to the methods

Format

opi.implementations is a list containing a catalog of all specific methods that are dependent on the OPI implementation selected with chooseOpi


[Package OPI version 2.11.2 Index]