foo2: Test function

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

This is an example function for making R packages and R documentation with roxygen2 and roxygenize.

Usage

1
  foo2(d)

Arguments

d

description_of_input_param

Details

This function just calculates the mean.

Summary_paragraph

Details_paragraph

Value

description_of_what_is_returned

Author(s)

Nicholas J. Matzke matzke@berkeley.edu

References

refline1 refline2

See Also

fermat.test

Examples

1
foo(c(1,2,3,4)) # 2.5

Example output

Loading required package: date
Loading required package: sp
Loading required package: sfsmisc
Loading required package: raster
Loading required package: rgdal
rgdal: version: 1.5-18, (SVN revision 1082)
Geospatial Data Abstraction Library extensions to R successfully loaded
Loaded GDAL runtime: GDAL 3.0.4, released 2020/01/28
Path to GDAL shared files: /usr/share/gdal
GDAL binary built with GEOS: TRUE 
Loaded PROJ runtime: Rel. 6.3.1, February 10th, 2020, [PJ_VERSION: 631]
Path to PROJ shared files: /usr/share/proj
Linking to sp version:1.4-4
To mute warnings of possible GDAL/OSR exportToProj4() degradation,
use options("rgdal_show_exportToProj4_warnings"="none") before loading rgdal.
[1] 2.5

modiscloud documentation built on May 2, 2019, 5:16 a.m.