aRTlayer-createLayer {aRT} | R Documentation |
Creates a layer of cells from another layer.
## S4 method for signature 'aRTlayer': createLayer(object, lname, rx, ry, allbox)
object |
Object of class aRTlayer . |
lname |
The name of the new layer. |
rx |
The resolution on the x axis for the cell layer. |
ry |
The resolution on the y axis for the cell layer. |
allbox |
Will new layer have cells in the whole box of the original layer, or the cells will comprise only places with some geometry? |
Pedro Ribeiro de Andrade
See aRTlayer-class
to the description of this class.