class openalea.oalab.model.r.RFile(**kwargs)[source]

Bases: openalea.core.data.Data

default_file_name = 'script.r'
default_name = 'R'
extension = 'r'
icon = ':/images/resources/RLogo.png'
mimetype = 'text/x-r'
pattern = '*.r'
class openalea.oalab.model.r.RModel(**kwargs)[source]

Bases: openalea.core.model.PythonModel

animate(*args, **kwargs)[source]

run model step by step

execute(code)[source]

execute subpart of a model (only code code)

init(*args, **kwargs)[source]

go back to initial step

r_options(namespace)[source]
repr_code()[source]
run(*args, **kwargs)[source]

execute entire model

set_code(code)[source]

Set the content and parse it to get docstring, inputs and outputs info, some methods

step(*args, **kwargs)[source]

execute only one step of the model

stop(*args, **kwargs)[source]

stop execution

default_file_name = 'script.r'
default_name = 'R'
dtype = 'R'
extension = 'r'
icon = ':/images/resources/RLogo.png'
mimetype = 'text/x-r'
pattern = '*.r'

Previous topic

<no title>

Next topic

<no title>

This Page