Learn R Programming

xtal (version 1.15)

Screen-class: Class "Screen"

Description

Class for screen matrix

Arguments

Objects from the Class

Objects can be created by calls of the form new("Screen", ...).

Slots

fac:
Object of class "character" ~~
condition:
Object of class "matrix" ~~
position:
Object of class "matrix" ~~

Methods

getCondition
signature(object = "Screen"): ...
screenCsv
signature(object = "Screen", fileName = "character"): ...

See Also

screenCsv

Examples

Run this code
showClass("Screen")

Run the code above in your browser using DataLab