ini_file: raster ini file

Description Usage Arguments 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

Examples

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

hypertidy/ffraster documentation built on May 24, 2019, 4:05 a.m.