Learn R Programming

RCALI (version 0.3.7)

getRes: Read a result-file of 'califlopp'

Description

Return the results stored on a file created by califlopp.

Usage

getRes(ficres)

Value

A data.frame with as many rows as pairs of polygons on the file. The columns are:

poly1, poly2

Identifiers of the polygons.

mean.flow/area

Integrated flow divided by the area of the second polygon. If several dispersion functions have been studied, as many columns as functions. The columns labels are then mean.flow.f1/area, mean.flow.f2/area, etc...

area1, area2

Areas of the polygons in squared meters.

mean.flow, conf.int.lower, conf.int.upper, abs.err, n.eval

when the method is "cubature", only: integrated flow, lower and upper bounds of the confidence interval, absolute error, number of evaluations. If several dispersion functions have been studied, the columns labels are suffixed with ".f1", "f2", etc...

mean.flow, std

when the method is "grid", only: mean of the integrated flow, standard deviation. If several dispersion functions have been studied, the columns labels are suffixed with ".f1", "f2", etc...

Arguments

ficres

Pathname of a result-file created by califlopp.

See Also

califlopp