cell-class: Class cell

cell-classR Documentation

Class cell

Description

An object of class cell represents a cell

Usage

cell(...)

parent(x)

parent(x) <- value

offsprings(x)

offsprings(x) <- value

## S4 method for signature 'cell'
x$name

Arguments

...

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

Slots

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

Author(s)

Jianhong Ou

Examples

cell()


jianhong/cellCounter documentation built on June 10, 2022, 8 p.m.