Learn R Programming

whitebox (version 0.1.0)

principal_component_analysis: Principal component analysis

Description

Performs a principal component analysis (PCA) on a multi-spectral dataset.

Usage

principal_component_analysis(inputs, out_html, num_comp = NULL,
  standardized = FALSE, verbose_mode = FALSE)

Arguments

inputs

Input raster files.

out_html

Output HTML report file.

num_comp

Number of component images to output; <= to num. input images.

standardized

Perform standardized PCA?.

verbose_mode

Sets verbose mode. If verbose mode is False, tools will not print output messages.

Value

Returns the tool text outputs.