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 |
cx
the center position of x
cy
the center position of y
xs
the positions of x in the cell
ys
the positions of y in the cell
id
the id of the cell
parent
the parent of the cell
offsprings
the offsprings of the cell
frame
the frame of the cell
color
the color the cell
Jianhong Ou
cell()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.