R/Extract.classes.r

"[.relationshipMatrix" <- function(x,...) {
   y <- NextMethod("[")
   class(y) <- oldClass(x)
   y
}

"[.GenMap" <- function(x,...) {
   y <- NextMethod("[")
   class(y) <- oldClass(x)
   y
}

Try the synbreed package in your browser

Any scripts or data that you put into this service are public.

synbreed documentation built on May 2, 2019, 3:23 a.m.