mname {dMod}R Documentation

Get modelname from single object (used internally)

Description

Get modelname from single object (used internally)

Usage

mname(x, conditions = NULL)

## S3 method for class ''NULL''
mname(x, conditions = NULL)

## S3 method for class 'character'
mname(x, conditions = NULL)

## S3 method for class 'objfn'
mname(x, conditions = NULL)

## S3 method for class 'fn'
mname(x, conditions = NULL)

Arguments

x

dMod object

conditions

character vector of conditions


[Package dMod version 1.0.2 Index]