Learn R Programming

Momocs (version 1.2.9)

andnow: And now, what to do?

Description

andnow, given an object, return available methods for its class(es); andnow_method, given a function/method name, return supported classes.

Usage

andnow(x)

andnow_method(x)

Arguments

x

any object, or class (quoted or not)

Examples

Run this code
# NOT RUN {
#methods for data.frame
andnow(iris)

#methods for Coo objects
andnow(bot)

#classes supported by efourier
andnow_method("efourier")

# methods for plot
andnow_method("plot")
# }

Run the code above in your browser using DataLab