Rdocumentation
powered by
Learn R Programming
popgraph (version 1.4)
read.popgraph: Reads in a population graph text file
Description
This function imports a popgraph from the older text format
Usage
read.popgraph(file, sep = "\t")
Arguments
file
The path to the file that is to be saved.
sep
The column separator in the file. By default it is a tab but sometimes a space or other object may be used.
Value
A fully created popgraph file (e.g., an igraph object with an extra class property)