#' This is my work package
#' @name Rliripo
#' @docType package
#' @importFrom grDevices colorRampPalette
#' @importFrom stats na.omit
NULL
#'It's the color data of rmb
#'
#'used to this package
#'@docType data
#'@name rmb
NULL
#'It's the Codon table
#'
#'used to this package
#'@docType data
#'@name dna_pro_table
NULL
#'It's the seqence data of 2003 SARS
#'
#'used to this package
#'@docType data
#'@name SARS
NULL
globalVariables(c("rmb","dna_pro_table"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.