../../../data/GHE/deployment/deployments/2022-05-19/vignettes/npde_plots.Rmd
npde_plots.Rmd
library(pmplots)
library(dplyr)
data <- pmplots_data_obs()
npde_time(data)## `geom_smooth()` using formula 'y ~ x'

npde_tad(data)## `geom_smooth()` using formula 'y ~ x'

npde_hist(data)## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

npde_cont(data, x= "WT//Weight (kg)")## `geom_smooth()` using formula 'y ~ x'
