name: Get the name of an experiment

Description Usage Arguments Value Examples

View source: R/name.R

Description

Retrieves the name of the experiment that an experiment object is linked to.

Usage

1
2
3
4
5
6
7
name(x)

## Default S3 method:
name(x)

## S3 method for class 'experiment'
name(x)

Arguments

x

An object of class experiment.

Value

The name of the experiment that the inputed experiment object is linked to.

Examples

1
2
3
exp1 <- load_experiment("sir",
                        system.file("models", "sir.gaml", package = "rama"))
name(exp1)

r-and-gama/rama documentation built on July 19, 2019, 9:49 p.m.