temperature_graph: temperature_graph

Description Usage Arguments Value Examples

View source: R/graph.R

Description

Function to plot the temperature versus time

Usage

1
temperature_graph(dataframe = NULL, birthdate = NULL)

Arguments

dataframe

The dataframe you want to analyze

birthdate

The birthdate of the child. If NULL we assume that this is the first day of the dataframe. Defaut is NULL

Value

plotly graphic object

Examples

1
2
3
4
dummy_data <- utils::read.csv(file.path(system.file("extdata", package = "NewBoRn"),
"dummy_data.csv"))
dummy_data <- dplyr::select(.data = dummy_data, -X)
temperature_graph(dataframe = dummy_data)

jcorain/NewBoRn documentation built on Feb. 2, 2021, 11:50 a.m.