DevEvalFileProduct {R.devices}R Documentation

The DevEvalFileProduct class

Description

Package: R.devices
Class DevEvalFileProduct

character
~~|
~~+--BasicObject
~~~~~~~|
~~~~~~~+--DevEvalProduct
~~~~~~~~~~~~|
~~~~~~~~~~~~+--DevEvalFileProduct

Directly known subclasses:

public class DevEvalFileProduct
extends DevEvalProduct

A DevEvalFileProduct is a DevEvalProduct referring to a image file created by devEval().

Usage

DevEvalFileProduct(filename=NULL, path=NULL, ...)

Arguments

filename, path

The filename and the optional path of the image file product.

...

Additional arguments passed to DevEvalProduct.

Fields

The following (virtual; calculate on-the-fly) fields are available:

Author(s)

Henrik Bengtsson

See Also

In order to retrieve the Data URI, the base64enc package must be installed.


[Package R.devices version 2.17.1 Index]