link: get a parameters link to a hierarchy

Description Usage Arguments Examples

Description

get the link for a parameter

Usage

1
2
3
4
link(x, ...)

## S3 method for class 'parameter'
link(x, ...)

Arguments

x

parameter

...

other arguments

Examples

1
2
3
4
cl <- parameter(1.5, name = "CL")
link(cl)
cl2 <- parameter(1.5, name = "TVCL", link = "CL")
link(cl2)

dpastoor/blueprint documentation built on May 24, 2019, 4:01 a.m.