aRTlayer-createLayer {aRT}R Documentation

Create a cell layer

Description

Creates a layer of cells from another layer.

Usage

## S4 method for signature 'aRTlayer':
createLayer(object, lname, rx, ry, allbox)

Arguments

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?

Author(s)

Pedro Ribeiro de Andrade

See Also

See aRTlayer-class to the description of this class.


[Package aRT version 1.6-0 Index]