print.pdb {Rpadrino}R Documentation

Print a pdb object.

Description

Print a pdb object.

Usage

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

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

Arguments

x

A pdb object.

...

Only used by pdb_new_fun_form, otherwise ignored. See details and examples for usage in pdb_new_fun_form.

Value

x invisibly.


[Package Rpadrino version 0.0.5 Index]