Learn R Programming

xtal (version 1.15)

Design8Vertex-class: Class "Design8Vertex"

Description

Design Class contains the info for 8-Vertex setting of crystallization matrix

Arguments

Objects from the Class

Objects can be created by calls of the form new("Design8Vertex", ...).

Slots

volume:
Object of class "numeric" the volume of each well in matrix block
stock:
Object of class "data.frame" stock composition
portion:
Object of class "array" portion of each stock in each well

Extends

Class "Design", directly.

Methods

writeTecan
signature(object = "Design8Vertex", fileName = "ANY", source = "ANY", destination = "ANY", liquidType = "ANY"): ...
writeTecan
signature(object = "Design8Vertex", fileName = "ANY", source = "ANY", destination = "ANY", liquidType = "missing"): ...

See Also

design8Vertex Design

Examples

Run this code
showClass("Design8Vertex")

Run the code above in your browser using DataLab