... | ... |
@@ -3,10 +3,10 @@ |
3 | 3 |
\docType{class} |
4 | 4 |
\name{divaWorkspace-class} |
5 | 5 |
\alias{divaWorkspace-class} |
6 |
-\alias{getSampleGroups,divaWorkspace-method} |
|
7 | 6 |
\alias{getSamples,divaWorkspace-method} |
8 |
-\alias{parseWorkspace,divaWorkspace-method} |
|
7 |
+\alias{getSampleGroups,divaWorkspace-method} |
|
9 | 8 |
\alias{show,divaWorkspace-method} |
9 |
+\alias{parseWorkspace,divaWorkspace-method} |
|
10 | 10 |
\title{divaWorkspace class |
11 | 11 |
Inherited from \link{flowJoWorkspace-class}} |
12 | 12 |
\usage{ |
... | ... |
@@ -22,4 +22,3 @@ Inherited from \link{flowJoWorkspace-class}} |
22 | 22 |
divaWorkspace class |
23 | 23 |
Inherited from \link{flowJoWorkspace-class} |
24 | 24 |
} |
25 |
- |
... | ... |
@@ -2,9 +2,9 @@ |
2 | 2 |
% Please edit documentation in R/read.gatingML.cytobank.R |
3 | 3 |
\name{extend} |
4 | 4 |
\alias{extend} |
5 |
-\alias{extend.ellipsoidGate} |
|
6 | 5 |
\alias{extend.polygonGate} |
7 | 6 |
\alias{extend.rectangleGate} |
7 |
+\alias{extend.ellipsoidGate} |
|
8 | 8 |
\title{extend the gate to the minimum and maximum limit of both dimensions based on the bounding information.} |
9 | 9 |
\usage{ |
10 | 10 |
extend(gate, bound, data.range = NULL, plot = FALSE, |
... | ... |
@@ -56,4 +56,3 @@ bound <- matrix(c(100,3e3,100,3e3), byrow = TRUE, nrow = 2, dimnames = list(c("F |
56 | 56 |
bound |
57 | 57 |
pg.extened <- extend(pg, bound, plot = TRUE) |
58 | 58 |
} |
59 |
- |