Learn R Programming

cholera (version 0.4.0)

print.walking_distance: Print method for walkingDistance().

Description

Return summary results.

Usage

# S3 method for walking_distance
print(x, ...)

Arguments

x

An object of class "walking_distance" created by walkingDistance().

...

Additional parameters.

Value

An R data frame.

Examples

Run this code
# NOT RUN {
# walkingDistance(1)
# print(walkingDistance(1))
# }

Run the code above in your browser using DataLab