event_to_str | R Documentation |
Convert an event to a string:
event_to_str(possible_event)
possible_event |
Numeric defining what event will happen. |
Value | String |
1 | immigration |
2 | extinction |
3 | anagenesis |
4 | cladogenesis |
the event as a string
Richèl J.C. Bilderbeek
use str_to_event to convent a string to an event
DAISIEmainland:::event_to_str(1)
DAISIEmainland:::event_to_str(2)
DAISIEmainland:::event_to_str(3)
DAISIEmainland:::event_to_str(4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.