aRTlayer-createTheme {aRT}R Documentation

Create a theme

Description

Creates a new theme and returns it.

Usage

## S4 method for signature 'aRTlayer':
createTheme(object, themename, tables=tables, viewname="view")

Arguments

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.

Author(s)

Pedro Ribeiro de Andrade Neto

See Also

See aRTtheme-class to the description of this class.


[Package aRT version 0.4-0 Index]