conv2d-package: 2D convolution

Description Details Author(s) References See Also Examples

Description

More about what it does (maybe more than one line) ~~ A concise (1-5 lines) description of the package ~~

Details

Package: conv2d
Type: Package
Version: 2.0.1
Date: 2017-04-18
License: wtfpl

~~ An overview of how to use the package, including the most important ~~ ~~ functions ~~

Author(s)

Jani Anttila

Maintainer: Jani Anttila <jani.v.anttil@gmail.com>

References

~~ Literature or other references for background information ~~

See Also

~~ Optional links to other man pages, e.g. ~~ ~~ <pkg> ~~

Examples

1
2
3
  data <- matrix(rnorm(50*50),50,50)
  kk <- matrix(c(0.0,0.2,0.0,0.2,0.4,0.2,0.0,0.2,0.0),3,3)
  sdata <- csm(data,kk)

janivaltteri/conv2d documentation built on May 18, 2019, 2:38 p.m.