2024-04-27

## Loading required package: ggplot2
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout
## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
## ✔ dplyr     1.1.4     ✔ readr     2.1.5
## ✔ forcats   1.0.0     ✔ stringr   1.5.1
## ✔ lubridate 1.9.3     ✔ tibble    3.2.1
## ✔ purrr     1.0.2     ✔ tidyr     1.3.1
## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
## ✖ dplyr::filter() masks plotly::filter(), stats::filter()
## ✖ dplyr::lag()    masks stats::lag()
## ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
## [1] "C:/Users/Godoy Bullejos/Documents/6. SUPER PROYECTOS/PROYECTOS JONATAN/GRAFICOS16ABR24"

DF Original

## Rows: 2,240
## Columns: 5
## $ fecha            <chr> "2024-04-10", "2024-04-10", "2024-04-10", "2024-04-10…
## $ tiempo           <chr> "14:47:01.000", "14:47:01.000", "14:47:01.000", "14:4…
## $ frecuencia       <int> 2400, 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407,…
## $ bD               <int> -82, -82, -75, -83, -80, -82, -83, -75, -82, -82, -82…
## $ fecha_convertida <dttm> 2024-04-10 14:47:01, 2024-04-10 14:47:01, 2024-04-10…

Gráfico de Barras días de la semana

Estructura del Data frame evaluado

## Rows: 2,016
## Columns: 5
## Groups: dia, frecuencia [100]
## $ fecha      <chr> "2024-04-09", "2024-04-09", "2024-04-09", "2024-04-09", "20…
## $ tiempo     <chr> "13:53:58.000", "13:53:58.000", "13:51:17.000", "13:51:17.0…
## $ frecuencia <int> 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499,…
## $ bD         <int> -97, -94, -97, -93, -97, -100, -95, -95, -93, -96, -93, -98…
## $ dia        <ord> martes, martes, martes, martes, martes, martes, martes, mar…

Gráfico Jitter