Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add plot_daisie_mainland_data #59

Closed
1 task done
richelbilderbeek opened this issue Jan 13, 2022 · 4 comments
Closed
1 task done

Add plot_daisie_mainland_data #59

richelbilderbeek opened this issue Jan 13, 2022 · 4 comments
Assignees

Comments

@richelbilderbeek
Copy link
Collaborator

richelbilderbeek commented Jan 13, 2022

Depends on:

From an email between me and Josh, we concluded it would be good to get the code below to work:

  set.seed(
    2,
    kind = "Mersenne-Twister",
    normal.kind = "Inversion",
    sample.kind = "Rejection"
  )
  daisie_mainland_data <- sim_island_with_mainland(
    total_time = 1,
    m = 10,
    island_pars = c(1, 1, 10, 0.1, 1),
    mainland_ex = 1,
    mainland_sample_prob = 1,
    mainland_sample_type = "undiscovered",
    replicates = 10,
    verbose = FALSE
  )

  plot_daisie_mainland_data(daisie_mainland_data, replicate_index = 1) # Probably calls the next two functions :-)
  plot_empirical_multi_daisie_data(daisie_mainland_data$empirical_multi_daisie_data, replicate_index = 1)
  plot_ideal_multi_daisie_data(daisie_mainland_data$ideal_multi_daisie_data, replicate_index = 1)

In this Issue, I do so.

@richelbilderbeek
Copy link
Collaborator Author

Screenshot from 2022-01-13 18-11-12

@richelbilderbeek
Copy link
Collaborator Author

Beautiful: no colonisations!

Screenshot from 2022-01-13 18-14-07

@richelbilderbeek
Copy link
Collaborator Author

Beautiful in a base-functionality-appreciated way:

Screenshot from 2022-01-14 11-21-43

@richelbilderbeek
Copy link
Collaborator Author

Done!

Screenshot from 2022-01-14 17-08-13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant