Skip to content
View Ax3man's full-sized avatar
🐠
🐠

Highlights

  • Pro

Organizations

@manklab
Block or Report

Block or report Ax3man

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. phylopath phylopath Public

    Perform phylogenetic path analysis in R.

    R 11 3

  2. James-Thorson-NOAA/phylosem James-Thorson-NOAA/phylosem Public

    Phylogenetic structural equation models

    R 1

  3. vdBijl_etal_EvolLett_2020 vdBijl_etal_EvolLett_2020 Public

    R

  4. vdBijl_etal_2024_GuppyColorPatterns vdBijl_etal_2024_GuppyColorPatterns Public

    R 1

  5. Lissajous.R Lissajous.R
    1
    # See gif at https://twitter.com/_Axeman_/status/1041286690357354496
    2
    library(tidyverse)
    3
    library(gganimate)
    4
    
                  
    5
    # This function does the basic clculations for a data.frame of circular coordinates
  6. logistic_map.R logistic_map.R
    1
    # See gif at https://twitter.com/_Axeman_/status/1223037685704474624
    2
    library(tidyverse)
    3
    library(gganimate)
    4
    
                  
    5
    logistic_map <- function(r, steps = 500, init = .5) {