R/test.R

Defines functions test.landscape.function

#  Allan Strand 9/27/01
#
#

#
#default seed is same as calling environment.  Zero or any positive integer
#is assigned to R's random number seed.  The type of RNG is inherited from the
#calling environment
#
test.landscape.function <- function(m1,m2)
  {
    .Call("test",m1,m2,PACKAGE = "rmetasim")
  }

Try the rmetasim package in your browser

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

rmetasim documentation built on Feb. 8, 2020, 1:06 a.m.