Nothing
#' treeplyr: 'dplyr' Functionality for Matched Tree and Data Objects
#'
#' Matches phylogenetic trees and trait data, and allows simultaneous
#' manipulation of the tree and data using 'dplyr'.
#'
#' @docType package
#' @author Josef Uyeda
#' @name treeplyr
#' @useDynLib treeplyr, .registration = TRUE
#' @import ape dplyr Rcpp
#' @importFrom lazyeval all_dots
#' @importFrom phytools phylosig
#' @importFrom geiger fitContinuous
#' @importFrom grDevices rainbow
#' @importFrom graphics legend lines locator par plot points text
#' @importFrom stats setNames
#' @importFrom utils type.convert
#' @importFrom tibble as_tibble
NULL
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.