R/overlay_popgraph.R

Defines functions overlay_popgraph

Documented in overlay_popgraph

#' Convience function to plot edges from \code{popgraph}
#' 
#' This is a quick convienence function for plotting nodes and edges 
#'   on a normal R plot by iterating through edges and connecting
#'   nodes.
#' @param graph An object of type \code{popgraph}
#' @return NULL
#' @author Rodney J. Dyer <rjdyer@@vcu.edu>
#' @export
overlay_popgraph <- function( graph ){
  stop("Not functioning at this time, I'm in Europe and will fix when I return")
  
  

}
dyerlab/popgraph documentation built on July 22, 2022, 5:42 p.m.