rdat2ascii: Rdat conversion program

View source: R/rdat2ascii.R

rdat2asciiR Documentation

Rdat conversion program

Description

The function rdat2ascii converts an .Rdat object into an ASCII file for alternative uses.

Usage

rdat2ascii(x, file = paste(deparse(substitute(x)), ".txt", sep = ""))

Arguments

x

an R list with output from the assessment models.

file

the output file name and directory

Value

ASCII file

Author(s)

M Prager

E Williams

K Shertzer

R Cheshire

K Purcell

Examples


rdat2ascii(gag)


rcheshire/FishGraph documentation built on Feb. 23, 2024, 11:27 a.m.