Learn R Programming

phylosim (version 3.0.5)

setHandler.Event: Forbidden action: setting the handler function of an Event object

Description

Forbidden action: setting the handler function of an Event object. The handler function is tipically set by a getEventsAtSite.* method generating the Event object by directly modifying the this$.handler field or by the .setHandler() method.

Usage

# S3 method for Event
setHandler(this, value, ...)

Arguments

this

An object.

value

Not used.

...

Not used.

Value

Throws an error.

See Also

For more information see Event.