#' Pipe operator with which you may pipe a value forward into an expression or function call.
#'
#' Like dplyr, ecointeraction also uses the pipe function, \code{\%>\%} to turn
#' function composition into a series of imperative statements.
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @export
#' @param lhs,rhs A visualisation and a function to apply to it
#' @examples
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.