title: “Material particulado” output: flexdashboard::flex_dashboard: orientation: columns vertical_layout: fill —

Columns

PM2.5

figure(width =1000, height = NULL) %>%
  ly_points(Time,PM2.5, data = xaa, color =PLace)

PM1.0

figure(width =1000, height = NULL) %>%
  ly_points(Time,PM1.0, data = xaa, color =PLace)

PM10

figure(width =1000, height = NULL) %>%
  ly_points(Time,PM10, data = xaa, color =PLace)