R/array-package.r

##' Coupled dipole approximation
##'
##' \tabular{ll}{
##' Package: \tab array\cr
##' Type: \tab Package\cr
##' Version: \tab 0.1\cr
##' Date: \tab 2011-01-15\cr
##' License: \tab GPL (>= 2)\cr
##' LazyLoad: \tab false\cr
##' }
##'
##' c++ implementation.
##'
##' 
##' @name array-package
##' @aliases array
##' @docType package
##' @exportPattern "^[^\\.]"
##' @useDynLib array
##' @importClassesFrom Rcpp "C++ObjectS3" "C++Object" "C++Class" "Module" 
##' @title array
##' @author baptiste Auguie \email{baptiste.auguie@@gmail.com}
##' @references
##' Gunnarsson L, Zou S, Schatz GC, et al. Confined plasmons in nanofabricated single silver particle pairs: Experimental observations of strong interparticle interactions. Journal of Physical Chemistry B. 2005.
##' 
##' @keywords packagelibrary
##' 
function()
  NULL

Try the array package in your browser

Any scripts or data that you put into this service are public.

array documentation built on May 2, 2019, 6:07 p.m.