Learn R Programming

optsize (version 0.1.0)

compute_moving_avg: Compute 3x3 moving averages

Description

Compute 3x3 moving averages

Usage

compute_moving_avg(mat)

Value

A numeric matrix of 3x3 moving averages

Arguments

mat

A numeric matrix (at least 3 rows and 3 columns)