Skip to content
View jdunic's full-sized avatar
  • Simon Fraser University
  • Burnaby
Block or Report

Block or report jdunic

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. 2023_shifting-thresholds-under-multiple-stressors 2023_shifting-thresholds-under-multiple-stressors Public

    Code and data for demonstrating shifting thresholds under multiple stressors (Dunic and Côté 2023))

    R

  2. 2021_Global-seagrass-trends 2021_Global-seagrass-trends Public

    Code and data for reconstructing seagrass meadow area time-series (Dunic et al. 2021)

    R 1

  3. convert character dms to decimal deg... convert character dms to decimal degrees
    1
    # Good discussion on str_extract/str_match and positive look behind
    2
    # https://stackoverflow.com/questions/35804379/stringr-str-extract-how-to-do-positive-lookbehind
    3
    dms2dec <- function(string) {
    4
      string <- 
    5
        str_squish(string) %>% 
  4. Dunic-Baum-2017JAE Dunic-Baum-2017JAE Public

    R

  5. Intro-To-Practical-Computing-R Intro-To-Practical-Computing-R Public

    This repository supports the website for the 'BIOL 653 - intro to practical computing in R' for UMass Boston.

    6

  6. GPX_waypoints_to_csv.py GPX_waypoints_to_csv.py
    1
    #!/usr/bin/python
    2
    
                  
    3
    """GPX_to_csv_waypoints.py: Exporting waypoints in GPX file to a csv file"""
    4
    
                  
    5
    # Author: Jillian Dunic