Learn R Programming

geoSpectral (version 0.17.5)

spc.bbox2lines: Constructs a rectangle with a Spectra object

Description

Constructs a rectangle of sp::Lines using the bounding box of a Spectra object.

Usage

spc.bbox2lines(object)

# S4 method for Spatial spc.bbox2lines(object)

# S4 method for STI spc.bbox2lines(object)

# S4 method for Spectra spc.bbox2lines(object)

Arguments

object

spectra object t

Examples

Run this code
# NOT RUN {
sp=spc.example_spectra()
spc.bbox2lines(sp)

# }

Run the code above in your browser using DataLab