as.data.frame {intkrige} | R Documentation |
Convert intgrd or intsp object back to a data frame
Description
Convert intgrd or intsp object back to a data frame
Usage
## S4 method for signature 'intgrd'
as.data.frame(x)
## S4 method for signature 'intsp'
as.data.frame(x)
Arguments
x |
An object of class |
Value
An object of class data.frame
.
[Package intkrige version 1.0.1 Index]