R/makeland.R

"makeland" <-
function(nrow, ncol=nrow, J)
{
  land <- array(rgb(1,1,1), dim=c(nrow,ncol,J))
  class(land) <- "landscape"
  land
}

Try the hubbell package in your browser

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

hubbell documentation built on May 2, 2019, 5:40 p.m.