knitr::opts_chunk$set(echo = TRUE, eval = TRUE, message = FALSE, warning = FALSE, 
                      cache = FALSE, cache.path = "/caches/", comment = "#>",
                      #fig.width = 7, fig.height= 7,   
                      #out.width = 7, out.height = 7, 
                      # fig.asp = 7/9, out.width = "60%",  (lo q yo usaba)
                      collapse = TRUE,  fig.show = "hold",
                      fig.asp = 0.618, fig.width = 6, out.width = "70%", fig.align = "center")
options(scipen = 999) #- quitar notación científica
options("yaml.eval.expr" = TRUE)  #- pa que no se queje el yaml de evaluar expr: https://github.com/viking/r-yaml/issues/47
library(tidyverse)

El objetivo es ...


Intro



perezp44/pjpv2020.01 documentation built on May 4, 2022, 11:37 p.m.