get_result: Add the results from an analysis

get_resultR Documentation

Add the results from an analysis

Description

Add the results from an analysis

Usage

get_result(x, ...)

## S4 method for signature 'character'
get_result(x, n_cluster = 1, verbose = TRUE, ...)

## S4 method for signature 'n2kInla'
get_result(x, verbose = TRUE, ...)

## S4 method for signature 'n2kModel'
get_result(x, verbose = TRUE, ...)

## S4 method for signature 'n2kManifest'
get_result(x, ..., base, project, verbose = TRUE)

## S4 method for signature 's3_object'
get_result(x, ...)

Arguments

x

object with the current results

...

further arguments (see Details)

n_cluster

The number of clusters to run this function in parallel. Defaults to 1 (= no parallel computing).

verbose

Print extra information on the screen

base

the base location to read the model

project

will be a relative path within the base location


inbo/n2kanalysis documentation built on Feb. 17, 2024, 1:32 a.m.