read_popgraph: Reads in a population graph text file

View source: R/read_popgraph.R

read_popgraphR Documentation

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)

Author(s)

Rodney J. Dyer <rjdyer@vcu.edu>


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