| eti | R Documentation |
Devuelve la etiqueta para el parámetro seleccionado por su id, basado
en la tabla t_eti (ver detalles).
eti(id_parametro, t_eti)
id_parametro |
Escalar (integer). Número de id de parámetro (i.e.:
|
t_eti |
data.frame. Tabla generada con |
Si no se provee una tabla t_eti, la función usará t_eti_add()
como tabla de referencia.
t_eti_add
## Not run:
e <- eti(2101, tibble::tibble(
id_parametro = 2101,
etiqueta = expression('NO'[2]*' (mg NO'[2] * '-N/L)')
))
ggplot() + geom_blank() + xlab(eti(2101))
ggplot() + geom_blank() + xlab(e)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.