| ... | ... |
@@ -5890,9 +5890,11 @@ plotSampleTracks= function( |
| 5890 | 5890 |
#' |
| 5891 | 5891 |
#' |
| 5892 | 5892 |
#' @examples |
| 5893 |
-#' # interactive shall be set to TRUE (default) |
|
| 5894 |
-#' rmTD <- get(data(preProcCellMig)) |
|
| 5895 |
-#' plot3DAllTracks(rmTD, VS=3, size=2, interactive = FALSE) |
|
| 5893 |
+#' \donttest{
|
|
| 5894 |
+#' # interactive shall be set to TRUE (default) |
|
| 5895 |
+#' rmTD <- get(data(preProcCellMig)) |
|
| 5896 |
+#' plot3DAllTracks(rmTD, VS=3, size=2, interactive = FALSE) |
|
| 5897 |
+#' } |
|
| 5896 | 5898 |
#' |
| 5897 | 5899 |
#' @note This function requires the \code{rgl} package to be installed on your
|
| 5898 | 5900 |
#' system. |
| ... | ... |
@@ -5987,9 +5989,11 @@ plot3DAllTracks= function(object, VS=3, size=2, interactive = TRUE) {
|
| 5987 | 5989 |
#' |
| 5988 | 5990 |
#' |
| 5989 | 5991 |
#' @examples |
| 5990 |
-#' # interactive shall be set to TRUE (default) |
|
| 5991 |
-#' rmTD <- get(data(preProcCellMig)) |
|
| 5992 |
-#' plot3DTracks(rmTD, VS=3, size=2, cells=seq(1,5,by=1), interactive = FALSE) |
|
| 5992 |
+#' \donttest{
|
|
| 5993 |
+#' # interactive shall be set to TRUE (default) |
|
| 5994 |
+#' rmTD <- get(data(preProcCellMig)) |
|
| 5995 |
+#' plot3DTracks(rmTD, VS=3, size=2, cells=seq(1,5,by=1), interactive = FALSE) |
|
| 5996 |
+#' } |
|
| 5993 | 5997 |
#' |
| 5994 | 5998 |
#' @note This function requires the \code{rgl} package to be installed on your
|
| 5995 | 5999 |
#' system. |
| ... | ... |
@@ -33,9 +33,11 @@ This function requires the \code{rgl} package to be installed on your
|
| 33 | 33 |
system. |
| 34 | 34 |
} |
| 35 | 35 |
\examples{
|
| 36 |
-# interactive shall be set to TRUE (default) |
|
| 37 |
-rmTD <- get(data(preProcCellMig)) |
|
| 38 |
-plot3DAllTracks(rmTD, VS=3, size=2, interactive = FALSE) |
|
| 36 |
+\donttest{
|
|
| 37 |
+ # interactive shall be set to TRUE (default) |
|
| 38 |
+ rmTD <- get(data(preProcCellMig)) |
|
| 39 |
+ plot3DAllTracks(rmTD, VS=3, size=2, interactive = FALSE) |
|
| 40 |
+} |
|
| 39 | 41 |
|
| 40 | 42 |
} |
| 41 | 43 |
\references{
|
| ... | ... |
@@ -36,9 +36,11 @@ This function requires the \code{rgl} package to be installed on your
|
| 36 | 36 |
system. |
| 37 | 37 |
} |
| 38 | 38 |
\examples{
|
| 39 |
-# interactive shall be set to TRUE (default) |
|
| 40 |
-rmTD <- get(data(preProcCellMig)) |
|
| 41 |
-plot3DTracks(rmTD, VS=3, size=2, cells=seq(1,5,by=1), interactive = FALSE) |
|
| 39 |
+\donttest{
|
|
| 40 |
+ # interactive shall be set to TRUE (default) |
|
| 41 |
+ rmTD <- get(data(preProcCellMig)) |
|
| 42 |
+ plot3DTracks(rmTD, VS=3, size=2, cells=seq(1,5,by=1), interactive = FALSE) |
|
| 43 |
+} |
|
| 42 | 44 |
|
| 43 | 45 |
} |
| 44 | 46 |
\references{
|