Publications by Felipe Melo

Demo

03.10.2024

Table of contents This is a demonstration Week 2 - Data Wrangling Demo Author Felipe Melo This is a demonstration Tip crtl+alt+i is a very useful shortcut library(palmerpenguins) library(tidyverse) Checking penguins database penguins # A tibble: 344 × 8 species island bill_length_mm bill_depth_mm flipper_length_mm body_mass_g ...

475 sym 2 img

Demo class

03.10.2024

Demo Author Felipe Melo This is a demonstration Tip crtl+alt+i is a very useful shortcut library(palmerpenguins) library(tidyverse) Checking penguins database penguins # A tibble: 344 × 8 species island bill_length_mm bill_depth_mm flipper_length_mm body_mass_g <fct> <fct> <dbl> <dbl> <int> ...

153 sym

RMDA_Felipe

02.10.2024

Table of contents Week 1 - Introduction Formative exercise 1 - Making your workbook online Installing Quarto Common “errors” Week 2 - Upcoming… Research Methods & Data Analyses Author Felipe Melo Week 1 - Introduction Formative exercise 1 - Making your workbook online Some people reported difficulties when dealing with this 1st forma...

3768 sym 3 img 1 tbl

Document

20.09.2024

Table of contents Week 1 - Introduction do RM & DA Week 2 - ??? Research Methods & Data Analyses Week 1 - Introduction do RM & DA This week we need to understand the structure of the module How to install R and RStudio How to create a workbook using a Quarto HTML doc Notes Here I can write some notes and explore the formatting functions of the...

670 sym 2 img

Document

17.09.2024

Research Methods & Data Analyses Author Felipe Melo Meet Quarto Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see https://quarto.org. Meet the penguins The penguins data from the palmerpenguins package contains size measurements for {r} nrow(penguins) penguins from three ...

532 sym 2 img

Dylan

28.06.2024

forestpop Analuses for Dylan Phillot Here we start by wrangling the date to find the best table to analyse PopForestData <- read.csv("~/Downloads/PopForestData.csv", dec=",", sep=",") library(tidyverse) ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ✔ dp...

242 sym

Document

22.02.2024

Session 1 Author Felipe Melo Quarto Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see https://quarto.org. Running Code When you click the Render button a document will be generated that includes both content and the output of embedded code. You can embed code like this: 1...

503 sym

Document

23.01.2024

Josh Birds Load an prepare data josh <- read.csv("~/Downloads/josh.csv") josh common.name latin.name survey 1 Burrowing Owl Athene cunicularia 1 2 Cliff Flycatcher Forpus xanthopterygius 1 3 Great Kiskadee ...

143 sym Python (50625 sym/28 pcs) 1 img

Document

06.10.2023

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the...

591 sym 1 img

Document

25.04.2023

Word Cloud on Literature Search This word cloud analysis offer a glimpse of the most important terms used in the scientific literature on rights. Here I used the terms: “rights” and “indigeneous” and “biodiversity” This search provided 775 documents Data cleaning and wrangling FOR ABSTRACTS dtm.ab <- TermDocumentMatrix(docs) m.ab <...

429 sym 3 img