print.NlmePmlModel: Print generic for class NlmePmlModel

View source: R/pml_model.r

print.NlmePmlModelR Documentation

Print generic for class NlmePmlModel

Description

Prints model information, including PML and column mappings.

Usage

## S3 method for class 'NlmePmlModel'
print(x, ...)

Arguments

x

NlmePmlModel class instance

...

Arguments passed to methods.

Value

NULL

Examples

model <- pkmodel(columnMap = FALSE, data = pkData)
print(model)


Certara.RsNLME documentation built on April 3, 2025, 11:04 p.m.