Nothing
#' checkArmHolocenError
#' This is an internal function that makes list of d.fs
#'
#' @keywords internal
#'
#' @param listOfdfArmGISHInternal df list
#' @param CenTypeNames character vector
#'
#' @return list
checkArmHolocenError<-function(listOfdfArmGISHInternal,CenTypeNames){
listOfdfArmGISHInternalHolocen <- listOfdfArmGISHInternal[which(names(listOfdfArmGISHInternal) %in% CenTypeNames)]
# if(length(listOfdfArmGISHInternalHolocen)==0){
# remove(listOfdfArmGISHInternalHolocen)
# }
# else
if(length(listOfdfArmGISHInternalHolocen)>0) {
# remove(listOfdfArmGISHInternalHolocen)
message(crayon::red("\nERROR: Some mark(s) of an holocentric karyotype as being in a chromosome arm REMOVED") )
}
}
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.