initialize,Model-method {redland}R Documentation

Constructor for a Model object.

Description

Constructor for a Model object.

Usage

## S4 method for signature 'Model'
initialize(.Object, world, storage, options)

Arguments

.Object

a Node object

world

a World object

storage

a Storage object

options

extra options for model initialization

Value

the World object


[Package redland version 1.0.17-18 Index]