rotateMatrix: Rotate a matrix

Description Usage Arguments Note Author(s) Examples

View source: R/rotateMatrix.r

Description

Rotates a matrix

Usage

1

Arguments

x

The matrix to rotate

Note

This is a function needed for internal purposes

Author(s)

Georgios Xenakis

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## Load the data
data(fluxes)

## Clean fluxes
fluxes=cleanFluxes(fluxes,sdCor=TRUE,sdTimes=3,timesList=3,distCor=TRUE,
                   thresholdList=list(H=c(-100,1000),LE=c(-100,1000)))	

## Quick calculation of footprint
ftp=calculateFootprint(fluxes,17.42,stability=1,fetch=500,grid=200,height=33,
lowerDay=150,upperDay=151)

## The footprint as a matrix
m=ftp[[1]]

## Rotate matrix
rot.m=rotateMatrix(m)

FREddyPro documentation built on May 29, 2017, 7:22 p.m.