read_images_ndvi: Function to read images into an array - NDVI Version

Description Usage Arguments Value

Description

Function to read images into an array – NDVI Version

Usage

1
read_images_ndvi(folder, file_names, which_images, x_ir, y_ir, x_red, y_red)

Arguments

folder

the path of the folder which contains the images

file_names

a vector giving the names of the input files

which_images

indices of the images to read, relative to file_names

x_ir

which x-values shall be read in for the infrared-channel?

y_ir

which y-values shall be read in for the infrared-channel?

x_red

which x-values shall be read in for the red-channel?

y_red

which y-values shall be read in for the red-channel?

Value

An array containing the images.


phenofun documentation built on Jan. 22, 2017, 9:01 p.m.