R/data_ec_coords.R

#'Example Vertex coordinates
#'
#'A set of x-y coordinates for drawing an R-net for the example E. coli data.
#'@name EC_COORDS
#'
#'@docType data
#'
#'@usage data(EC_COORDS)
#'
#'@format A dataframe containing coordinates for vertex locations when plotting networks
#' \describe{
#'  \item{vert}{The 3 letter code corresponding to V_ATTRS$Code}
#'  \item{x}{x-coordinate for positioning vertex in plot}
#'  \item{y}{x-coordinate for positioning vertex in plot}
#' }
NULL

Try the Rnets package in your browser

Any scripts or data that you put into this service are public.

Rnets documentation built on July 23, 2019, 9:04 a.m.