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 March 12, 2021, 3:01 a.m.