Learn R Programming

zonator (version 0.6.0)

read_grp_curves: Read in performance curves for grouped features produced by Zonation.

Description

Header is automatically generated based on the number of groups in the file. If you need to read in individual curves files, use read_curves instead.

Usage

read_grp_curves(infile)

Arguments

infile

Character file path to .curves.txt file.

Value

A DataFrame with all the information in the curves file. If the requested file does not exist, return NA.

See Also

read_curves