powered by
Creates a new empty Morphy object. All fields are unpopulated and uninitialised.
mpl_new_Morphy()
A void pointer to the Morphy instance. NULL if unsuccessful.
# 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