print.euclideanLatlong {cholera}R Documentation

Print method for neighborhoodEuclidean(latlong = TRUE).

Description

Print method for neighborhoodEuclidean(latlong = TRUE).

Usage

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

Arguments

x

An object of class "euclideanLatlong" created by neighborhoodEuclidean(latlong = TRUE).

...

Additional parameters.

Value

A list of argument values.

Examples

## Not run: 
neighborhoodEuclidean(latlong = TRUE)
print(neighborhoodEuclidean(latlong = TRUE))

## End(Not run)

[Package cholera version 0.9.1 Index]