Publications by Santiago Tafur-Valencia
ffa_informeAves
01.05.2022
library(readxl) library(ggplot2) aves <- read_excel("~/Universidad Javeriana/Forma y Funcion Animal/Datos_aves.xlsx",na = "-") View(aves) aves$Dieta=as.factor(aves$Dieta) library(ggplot2) library(plotly) ## ## Attaching package: 'plotly' ## The following object is masked from 'package:ggplot2': ## ## last_plot ## The following obje...
93 sym R (12877 sym/81 pcs) 8 img