---
title: "Sector Real"
author: "Geovanny Ch"
output:
flexdashboard::flex_dashboard:
orientation: rows
social: menu
source_code: embed
---
```{r librerias, include=FALSE}
library(flexdashboard)
library(dplyr)
library(highcharter)
```
```{r parametros,echo = FALSE,warning=FALSE,message=FALSE,error=FALSE}
minimoY=2010# minimo del rango a disponibilizar
minY3=3
minY2=2
minY1=1
inicioY=2020# inicio del rango
corte_trim= "2024-12-31"#fecha de corte de Datos Trimestrales
tamano_titulo="12px"
tamano_subtitulo="10px"
margen_bajo=30
altura_graf=400
cambio_altura=30#agregar altura al gráfico
anterior=0#Periodos anteriores a mostrar desde el ultimo listas de trimestres
tam_etiquetas="9px"
tam_etiquetas_eje="10px"
posY_fuente=-9
borde=0
posMenu="right"
posNota="left"
```
Sector Real
=======================================================================
Row
-----------------------------------------------------------------------
### PIB anual
```{r}
```
### Grafico 2
```{r}
```
Row
-----------------------------------------------------------------------
### Grafico 3
```{r}
```
### Grafico 4
```{r}
```
Menu 2
=======================================================================
Row
-----------------------------------------------------------------------
### Grafico 1
```{r}
```
### Grafico 2
```{r}
```
Row
-----------------------------------------------------------------------
### Grafico 2
```{r}
```
### GRafico 4
```{r}
```