print.PKNCAconc: Print and/or summarize a PKNCAconc or PKNCAdose object.

View source: R/class-PKNCAconc.R

print.PKNCAconcR Documentation

Print and/or summarize a PKNCAconc or PKNCAdose object.

Description

Print and/or summarize a PKNCAconc or PKNCAdose object.

Usage

## S3 method for class 'PKNCAconc'
print(x, n = 6, summarize = FALSE, ...)

## S3 method for class 'PKNCAconc'
summary(object, n = 0, summarize = TRUE, ...)

## S3 method for class 'PKNCAdose'
print(x, n = 6, summarize = FALSE, ...)

## S3 method for class 'PKNCAdose'
summary(object, n = 0, summarize = TRUE, ...)

Arguments

x

The object to print

n

The number of rows of data to show (see head())

summarize

Summarize the nested number of groups

...

Arguments passed to print.formula and print.data.frame

object

The object to summarize


billdenney/pknca documentation built on April 1, 2024, 10:45 p.m.