aRTlayer-createTheme {aRT} | R Documentation |
Creates a new theme and returns it.
## S4 method for signature 'aRTlayer': createTheme(object, themename, tables=tables, viewname="view")
object |
Object of class aRTlayer . |
themename |
The theme name. Default is the layer name. |
tables |
The tables from the layer to be joined in the theme. There are some restrictions joining tables, for example the theme can have only one type of temporal table. It can generate errors because the default are all tables of the layer. |
viewname |
The view name. The default is the theme name. |
Pedro Ribeiro de Andrade Neto
See aRTtheme-class
to the description of this class.