as.data.frame: Return a Data Frame

Description Usage Arguments Details Author(s) Examples

Description

Function to create a data.frame with the information of a spatial data frame contained in the Move object.

Usage

1
2
  ## S4 method for signature 'Move'
as.data.frame(x,...)

Arguments

x

an object of the Move-class

...

additional arguments to be passed to or from methods

Details

as.data.frame extracts the sdf argument from a Move object (see Move-class)

Author(s)

Marco Smolla

Examples

1
2
3
4
5
6
## create a move object
data(leroy)
data <- leroy[99:150,]

## returns a data.frame with all information stored in the spatial data frame of the move object
head(df <- as.data.frame(data))

move documentation built on Jan. 16, 2017, 2:22 a.m.