check.coord: Check coordinates in dat files.

Description Usage Arguments Details Value Author(s) Examples

Description

Check coordinates in dat files.

Usage

1
check.coord(datdir)

Arguments

dat

Directory containing dat files.

Details

Check if coordinates in all dat files in a directory are identical. Return values: "upstream", "downstream" and "length".

Value

List of integers:

upstream

description upstream

,

downstream

description downstream

,

length

description length

Author(s)

Mark Boltengagen m.boltengagen@gmail.com

Examples

1
2
3
4
    coord <- check.coord(datdir="/directory/containing/dat_files")
    upstream_value <- coord$upstream
    downstream_value <- coord$downstream
    length_value <- coord$lenght

suvarzz/MNuc documentation built on Aug. 11, 2019, 6:45 a.m.