t.test.nri: t-test for nri values

t.testR Documentation

t-test for nri values

Description

Performs Student's t-tests for normalized ratio index values.

Usage

## S4 method for signature 'Nri'
t.test(x, ...)



Arguments

x

Object of class 'nri'.

...

Arguments to be passed to t.test.

Value

An object of class "data.frame"

Author(s)

Lukas Lehnert & Hanna Meyer

See Also

t.test, cor.test,Nri-method, Nri

Examples


data(spectral_data)


## Calculate nri-values for WorldView-2-8
spec_WV <- spectralResampling(spectral_data, "WorldView2-8",
                              response_function = FALSE)
nri_WV <- nri(spec_WV, recursive = TRUE)

## Perform t.tests between nri-values of both sites 
season <- SI(spec_WV)$season
ttestres <- t.test(x = nri_WV, y = season, alternative = "two.sided")
ttestres

## Plot p.values of t.tests
plot(ttestres)


hsdar documentation built on March 18, 2022, 6:35 p.m.