GPRcoercion: Coercion to matrix

as.matrixR Documentation

Coercion to matrix

Description

Coercion to matrix

Coercion to vector

Coercion to numeric

Coercion to integer

Coercion from data.frame to GPR

Coercion from matrix to GPR

Coercion from list to GPR

Coercion from matrix to GPR

Coercion to rasterstack

Coercion to rasterstack

Usage

## S4 method for signature 'GPR'
as.matrix(x)

## S4 method for signature 'GPR'
as.vector(x, mode = "any")

## S4 method for signature 'GPR'
as.numeric(x, ...)

## S4 method for signature 'GPR'
as.integer(x, ...)

as.GPR.data.frame(x, ...)

as.GPR.matrix(x, ...)

as.GPR.list(x, ...)

as.GPRset.GPR(x, ...)

## S4 method for signature 'GPRslice'
as.raster(x)

## S4 method for signature 'GPRcube'
as.raster(x)

emanuelhuber/RGPR documentation built on May 13, 2024, 9:31 p.m.