ini_file: raster ini file

Description Usage Arguments Value Examples

View source: R/config-ini.R

Description

Read the configuration file in raw list form, you can use either the filename (.grd) or a raster object.

Usage

1
2
3
4
5
6
7
ini_file(x)

## S3 method for class 'character'
ini_file(x)

## S3 method for class 'BasicRaster'
ini_file(x)

Arguments

x

file name or raster

Value

ini object from raster native binary

Examples

1
2
f <- system.file("extdata", "raster", "sst.grd", package  = "tidyff")
ini_file(f)

r-gris/tidyff documentation built on May 20, 2019, 2:46 p.m.