Skip to content

Commit

Permalink
update as.clone documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed Apr 13, 2017
1 parent 8875780 commit 3958a45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/methods.r
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ setMethod(
#' @export
#' @rdname is.clone
#' @examples
#' (sc <- as.snpclone(glSim(100, 1e3, ploid=2)))
#' (sc <- as.snpclone(glSim(100, 1e3, ploid=2, parallel = FALSE),
#' parallel = FALSE, n.cores = 1L))
#' is.snpclone(sc)
#==============================================================================#
is.snpclone <- function(x){
Expand Down

0 comments on commit 3958a45

Please sign in to comment.