Learn R Programming

TreeSearch (version 0.2.2)

mpl_new_Morphy: Creates a new instance of a Morphy object

Description

Creates a new empty Morphy object. All fields are unpopulated and uninitialised.

Usage

mpl_new_Morphy()

Arguments

Value

A void pointer to the Morphy instance. NULL if unsuccessful.

Examples

Run this code
# NOT RUN {
morphyObj <- mpl_new_Morphy() # Create new object
## Do some stuff ... ##
mpl_delete_Morphy(morphyObj) # Delete when done

# }

Run the code above in your browser using DataLab