From ea2e4f7fc978ec3c247d989a04c1a699c251ba46 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 15 Jan 2024 03:50:55 +0100 Subject: [PATCH] missing .Rd CVA --- man/rasterCVA.Rd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/rasterCVA.Rd b/man/rasterCVA.Rd index 5e895cf..e3dbdb3 100644 --- a/man/rasterCVA.Rd +++ b/man/rasterCVA.Rd @@ -33,6 +33,7 @@ For example for a given pixel in image A and B for the red and nir band the chan Angles are returned *in degree* beginning with 0 degrees pointing 'north', i.e. the y-axis, i.e. the second band. } \examples{ +\dontrun{ library(terra) pca <- rasterPCA(lsat)$map @@ -41,3 +42,4 @@ cva <- rasterCVA(pca[[1:2]], pca[[3:4]]) cva plot(cva) } +}