Skip to content

Commit 25c5650

Browse files
committed
update
1 parent 9e763d1 commit 25c5650

File tree

14 files changed

+4690
-2359
lines changed

14 files changed

+4690
-2359
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.Rproj.user
2+
.Rhistory
3+
.RData
4+
.Ruserdata

_posts/armadillo/armadillo.Rmd

+24-3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ knitr::opts_chunk$set(echo = FALSE, warning = FALSE, message = FALSE)
3333
```
3434

3535

36+
# Descripción
37+
38+
Mamífero común y abundante de tamaño mediano. Conocido como armadillo nueve bandas, jere jerre.
39+
40+
### Detalles de Wikipedia
41+
42+
https://es.wikipedia.org/wiki/Dasypus_novemcinctus
43+
3644
# Mapa de distribución
3745

3846
```{r}
@@ -45,12 +53,21 @@ library(camtrapR)
4553
library(raster)
4654
library(tmap)
4755
library(tmaptools)
56+
library(OpenStreetMap)
57+
58+
# source("D:/BoxFiles/Box Sync/CodigoR/patrones_actividad/R/TEAM.R")
4859
49-
source("D:/BoxFiles/Box Sync/CodigoR/patrones_actividad/R/TEAM.R")
60+
source("C:/Users/silvi/Documents/GitHub/activity/docs/R/TEAM.R")
5061
5162
##### Read datos.raw
52-
deployment <- read_csv("D:/BoxFiles/Box Sync/CodigoR/patrones_actividad/data/deployments.csv")
53-
images <- read_csv("D:/BoxFiles/Box Sync/CodigoR/patrones_actividad/data/images.csv")
63+
# deployment <- read_csv("D:/BoxFiles/Box Sync/CodigoR/patrones_actividad/data/deployments.csv")
64+
65+
deployment <- read_csv("C:/Users/silvi/Documents/GitHub/activity/data/deployments.csv")
66+
67+
# images <- read_csv("D:/BoxFiles/Box Sync/CodigoR/patrones_actividad/data/images.csv")
68+
# full.data <- left_join(images, deployment)
69+
70+
images <- read_csv("C:/Users/silvi/Documents/GitHub/activity/data/images.csv")
5471
full.data <- left_join(images, deployment)
5572
5673
#### elimina dos camaras sin coordenadas
@@ -164,6 +181,10 @@ rect(18, 0, 24, 0.5, col= rgb(0.211,0.211,0.211, alpha=0.2), border = "transpare
164181
165182
```
166183

184+
# Foto
185+
186+
![Armadillo](https://storage.googleapis.com/145625598251_2004354_797_aweput__main/deployment%2F2159065%2F93231a12-135f-44be-b11d-90cec826bbf8.JPG?GoogleAccessId=api-wi%40cameratraprepo.iam.gserviceaccount.com&Expires=1667926132&Signature=VNZSa6%2FI4b5i1VtBEg%2BPApUbM84cdIuy6i58PJz8ovVTIEzFvtLFxk8uzsC1JvZ8KRvugeT%2BCfgMGZ6wpa6svzNjqA6xTdDaLTtvvKS1Up%2FNk95qiBpaP%2Feg8s3tKvuJYncOxCWW3KuHpa1BJniwSa18xsVO9r8dop4vvcrsmhFV%2BJrAeueE5K8YE8fcxzpldfQYP75TQTEkqtavIA3KGEiIYlQQhwMWM9uGw6wxsGNEN%2BGocRzl2x%2BS5OPJhu5XwAcqUJF1K3xC5L7OjY0splIYwNVrYmhNGiKvD%2Bq%2ByeqgVFzRSyM3aFCAJ%2FK%2BF2F8%2B0M%2B2zF3x1xm5rvoHJeliA%3D%3D)
187+
167188

168189

169190
# Información de la sesión en R.

_posts/armadillo/armadillo.html

+62-52
Large diffs are not rendered by default.
Loading
Loading
Loading

0 commit comments

Comments
 (0)