Learn R Programming

tfer (version 1.1)

transfer-class: Class "transfer"

Description

An S4 class.

Arguments

Objects from the Class

Objects can be created by calls of the form new("transfer", ...).

Slots

para:

Object of class "numeric"

Y:

Object of class "numeric"

Methods

[

signature(x = "transfer", i = "ANY", j = "missing", drop = "missing"): ...

Compare

signature(e1 = "transfer", e2 = "numeric"): ...

parameters

signature(object = "transfer"): ...

plot

signature(x = "transfer"): ...

show

signature(object = "transfer"): ...

summary

signature(object = "transfer"): ...

tprob

signature(object = "transfer", x = "missing"): ...

tprob

signature(object = "transfer", x = "numeric"): ...

Examples

Run this code
# NOT RUN {
showClass("transfer")
# }

Run the code above in your browser using DataLab