search for: roma_id

Displaying 1 result from an estimated 1 matches for "roma_id".

Did you mean: comp_id
2004 Sep 22
1
S4 methods and polymorophism
...collection of Objects, which will be either a standard R object or a graph, in both cases with some Formatting Options (FO) added. Formatting Options (a class) is a list of named components like (font-size: 16, forecolor: darkred). Here is what I have for the moment: > setClassUnion("ROMA_ID", c("NULL","character")) > setClass("Objects",representation("list",ID="ROMA_ID")) ie: Objects is a list (there will be objects of class "Object" without "s") and ID provided to all objects. Then, as I will manipulate...