methods: methods

Description Usage Arguments Examples

Description

describe the methods

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S4 method for signature 'track,missing'
plot(x, y, ...)

## S4 method for signature 'ANY,track'
plot(x, y, ...)

## S4 method for signature 'track,ANY'
plot(x, y, ...)

## S4 replacement method for signature 'track,character'
names(x) <- value

Arguments

x

numeric

y

numeric

...

other stuff

value

character

Examples

1
2
t1 <- new("track", x=1:20, y=(1:20)^2)
plot(t1)

knausb/myKitty documentation built on May 20, 2019, 12:52 p.m.