Nothing
#' A function to extract the influence for a given parameter index
#'
#' @param score a score matrix
#' @param InvJac The inverted jacobian
#' @param taxon The taxon name or index
#'
#' @return A matrix with all observations' influence on the given taxon
getInflCol = function(score, InvJac, taxon) {
rowMultiply(score * InvJac[, taxon])
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.