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

mpl_new_Morphy()

Value

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

Author

Martin Brazeau

Examples

morphyObj <- mpl_new_Morphy() # Create new object
## Do some stuff ... ##
mpl_delete_Morphy(morphyObj) # Delete when done
#> [1] 0