read.stat: Function to read stats and evaluation

View source: R/io.stats.R

read.statR Documentation

Function to read stats and evaluation

Description

Function to read stats and evaluation output

Usage

read.stat(file, sep = ";", dec = ".", verbose = FALSE, rm.last = FALSE, ...)

Arguments

file

model data.frame

sep

the field separator string, passed to read.table function

dec

he string to use for decimal points, passed to read.table function

verbose

display additional information

rm.last

to remove the last line (summary)

...

arguments passed to read.table functions

Examples

sample <- read.stat(file    = paste0(system.file("extdata", package = "hackWRF"),"/sample.txt"),
                    verbose = TRUE)

sample <- read.stat(file    = paste0(system.file("extdata", package = "hackWRF"),"/sample.csv"),
                    verbose = TRUE)


Schuch666/hackWRF documentation built on June 9, 2025, 1:46 p.m.