ocean-tracking-network / 2021-04-13-act-workshop

1 stars 3 forks source link

Added a lot of text to flesh out the lesson, and cleaned up some of the code. #33

Closed jackVanish closed 3 years ago

jackVanish commented 3 years ago

Big changes to make the lesson a little more text-heavy, as with episode 1. Also some minor code tidying and the conversion of comments to text sections that are a little more instructive for people who are just reading the curriculum rather than attending a workshop.

jackVanish commented 3 years ago

Thanks for the catch on summarise! I wasn't sure if i was giving quite the right info. Changes made per your suggestions.

CaitlinBate commented 3 years ago

i am now noticing that several (all??) of these sections should be repeated (imports/quick summaries/"rbind") showing examples for other network-style extracts. Ex: insert/edit all code from the GLATOS and FACT workshops as well

CaitlinBate commented 3 years ago

also: this line #as.POSIXct(lamprey_dets$detection_timestamp_utc) #this is the base R way - if you ever see this function should be changed to #as.POSIXct(proj58_matched_full$detection_timestamp_utc) #this is the base R way - if you ever see this function for the ACT example. but can be kept the same for the GLATOS example

CaitlinBate commented 3 years ago

added code for FACT and GLATOS as well. text should be the same but I welcome a review