| cell-class | R Documentation |
An object of class cell represents a cell
cell(...) parent(x) parent(x) <- value offsprings(x) offsprings(x) <- value ## S4 method for signature 'cell' x$name
... |
Each argument in ... becomes an slot in the new cell. |
x |
an object of cell. |
value |
the value to be applied. |
name |
slot name of cell |
cxthe center position of x
cythe center position of y
xsthe positions of x in the cell
ysthe positions of y in the cell
idthe id of the cell
parentthe parent of the cell
offspringsthe offsprings of the cell
framethe frame of the cell
colorthe color the cell
Jianhong Ou
cell()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.