inst/doc/Air_Quality.R

## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----setup--------------------------------------------------------------------
library(foqat)
head(aqi)

## ----eval = FALSE-------------------------------------------------------------
#  dm8n_df = dm8n(aqi, colio=6, outputmode = 1)

## -----------------------------------------------------------------------------
dm8n_df = dm8n_np(aqi, colio=6, outputmode = 1)
dm8n_df

Try the foqat package in your browser

Any scripts or data that you put into this service are public.

foqat documentation built on Sept. 30, 2023, 9:07 a.m.