#' get.errors
#'
#' returns the fragment size of any fragments identified as probable outliers
#'
#'@param fit the product of bin.locus
#'
#'@return a vector of fragment lengths
#'
#'@export
#'
get.errors <- function(db) {
return(res$frag[res$redo])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.