| restrictions {aRT} | R Documentation |
"aRTtheme restrictions"
Description
Sets restrictions of one theme
describe{
SetAR:sets the attributes restrictions of the query.
SetSR:sets the spatial restrictions of the query.
SetTR:sets the temporal restrictions of the query.
}
Usage
setAR(aRTtheme, restriction)
setTR(aRTtheme, restriction)
setST(aRTtheme, restriction)
Arguments
- aRTtheme:
- Object of the aRTtheme class.
- restriction:
- ....
Examples
setAR(theme, r="attribute > 5")
setSR(theme, r=" ")
setTR(theme, r=" ")
Restriction Types
- :
- ...
Author(s)
Marcos Aurelio Carrero and Pedro Ribeiro de Andrade Neto
References
http://www.est.ufpr.br/aRT
See Also
See aRTtheme-class to the description of this class.
[Package
aRT version 0.3-6
Index]