test.c {mypkg}R Documentation

mypkg test.c

Description

mypkg test.c for 'RcallC.R'.

Usage

  test.c(a)

Arguments

a a = 1 : 9.

Details

This is a simple example 'test.c' 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.c(a)


[Package Contents]