test.f {mypkg}R Documentation

mypkg test.f

Description

mypkg test.f for 'RcallF.R'.

Usage

  test.f(a)

Arguments

a a = 1 : 9.

Details

This is a simple example 'test.f' in 'mypkg'.

Value

a A test input.

Author(s)

MyLastName, MyFirstName <my@email.address>

References

http://my.web.page.address

Examples


a<-1:9
test.f(a)


[Package Contents]