rotate: Matrix rotation

Description Usage Arguments Examples

View source: R/hearts.R

Description

internal function

Usage

1
rotate(dta, degree)

Arguments

dta

input data

degree

rotation degree

Examples

1
2
3
4
5
m <- matrix(data = 1:100,
            ncol = 2)

rotate(dta = m,
       degree = 10)

strnda/RFun documentation built on Oct. 10, 2019, 6:27 p.m.