Displaying 20 results from an estimated 33 matches for "openair".
Did you mean:
openais
2024 Apr 30
1
function import file csv Openair
Dear Evelina Ballato,
? Tue, 30 Apr 2024 10:36:32 +0000
Evelina Ballato <evelball at arpa.piemonte.it> ?????:
> In the Openair package it is possible to restore the import csv file
> function?
This question is best addressed to the maintainer of the package (see
the output of maintainer("openair")) if not to their GitHub issues at
<https://github.com/davidcarslaw/openair/issues>.
Searching the manual o...
2024 Apr 30
1
function import file csv Openair
In the Openair package it is possible to restore the import csv file function? it has been removed in the latest versions.
Infinitely grateful
Evelina Ballato
Evelina Ballato
Arpa Piemonte
Dipartimento Territoriale
Piemonte Nord Est - sede di Omegna
************************************************************...
2017 Jun 16
2
Varios gráficos en una vista en OpenAir
...ecto!
Gracias Carlos.
Atte.
Novvier Uscuchagua
De: Carlos Ortega [mailto:cof en qualityexcellence.es]
Enviado el: viernes, 16 de junio de 2017 13:46
Para: Novvier Marco Uscuchagua Cornelio <novvier en outlook.com.pe>
CC: r-help-es en r-project.org
Asunto: Re: Varios gráficos en una vista en OpenAir
Hola,
Prueba entonces esto, que sí que funciona...
#-----------------------
library(openair)
library(gridExtra)
px1 <- timePlot(mydata, pollutant = "nox")
px2 <- timePlot(mydata, pollutant = "no2")
print(px1, position=c(0, .50, 1, 1), more=TRUE)
print(px2, position=c...
2012 Apr 19
1
SmoothTrend in OpenAir
I'm trying to plot smooth trend using smoothTrend in OpenAir but I'm having
problems.
I used the following code.
---------------------------------------------------------------------------------
#Set my working dir to the dir with my files
setwd("c:/R")
#Load the openair library
library(openair)
#Load the data
mydata <- read.table("M...
2017 Jun 16
2
Varios gráficos en una vista en OpenAir
...quot;
Gracias.
Atte.
Novvier Uscuchagua
De: Carlos Ortega [mailto:cof en qualityexcellence.es]
Enviado el: viernes, 16 de junio de 2017 12:38
Para: Novvier Marco Uscuchagua Cornelio <novvier en outlook.com.pe>
CC: r-help-es en r-project.org
Asunto: Re: [R-es] Varios gráficos en una vista en OpenAir
Hola,
"openair" utiliza un sistema gráfico diferente al "base".
Los gráficos que se generan son del paquete "lattice" y las opciones de "layout()" o "par()" son para el sistema "base".
La forma de poder componer varios gráficos juntos, u...
2014 Sep 25
2
Campo Fecha y paquete openair
Estoy trabajando con el paquete openair y leyendo los datos desde un CSV.
Entre los campos que estoy levantando existe uno con el formato dd/mm/YYYY
hh:mm por ejemplo:
19/02/2014 12:42 pm
Cuando quiero consultar por fechas con las funciones del paquete openair
datoscont10<-selectByDate(dato$actualizado, start="01/03/2014",...
2016 Jan 14
3
fechas
Estimados
En esta base de datos de variables clim?ticas, hay informaciones diarias, pero necesitamos las informaciones de ese a?o por semana. ?Se puede hacer eso en R? ?Podrian mostrarme un script? Y adem?s de algunas informaciones para profundizar en ese tema
Saludos cordiales
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL:
2014 Sep 25
4
Campo Fecha y paquete openair
...ot;
>
Ten en cuenta que como dice el help de strptime que la clave %p se tiene
que usar con %I y no con %H.
Espero te sirva.
Daniel Merino
El 25 de septiembre de 2014, 11:18, Carlos Ortega <cof en qualityexcellence.es>
escribió:
> Hola Eduardo,
>
> He trabajado con el paquete Openair y para las fechas lo que hice fue
> convertirlas con la función "ymd_hms()" del paquete "lubridate".
>
> La clase resultante debiera ser la misma que consigues con as.Date() y con
> strptime(), lo miraré, pero en el mientras tanto prueba esta alternativa y
> nos c...
2012 Feb 13
2
finding and describing missing data runs in a time series
Hi -
I am trying to find and describe missing data in a time series. For instance, in the library openair, there is a data frame called "mydata":
library(openair)
head(mydata)
date ws wd nox no2 o3 pm10 so2 co pm25
1 1998-01-01 00:00:00 0.60 280 285 39 1 29 4.7225 3.3725 NA
2 1998-01-01 01:00:00 2.16 230 NA NA NA 37 NA NA NA
3 1998-01-01 02:00:00 2.76 190...
2017 Jun 01
4
errores con openair
Estimados como les va.
He tratado de profundizar sobre el paquete OPENAIR PARA MANEJO DE DATOS. Sin embargo, cada cosa que intento hacer, por muy pequeña que sea, me tira este error. En definitiva, no he podido hacer absolutamente nada¡¡
He probado de todo, pero ya me estoy aburriendo, a pesar que al parecer es una muy buena herramienta.
Saludos.
Error in as.POSIXct.def...
2011 Sep 02
2
Chemical Names in Data Frames
...I am working on some data that contain chemical names with air concentrations, and I am creating a data frame with date/time and each chemical having its own column. However, these are organic chemicals (e.g. 1-butene, 2,3,4-trimethylbenzene etc). The package I am going to be using the data with is openair, and many of the great functions require you to specify a column name which does not seem to work with improper column names- e.g. smoothTrend(mydata, pollutant="1-Butene" and smoothTrend(mydata, pollutant=mydata[,"1-Butene"])
I was wondering if there was a function to automati...
2014 Sep 25
4
Campo Fecha y paquete openair
...ar con %I y no con %H.
>>
>> Espero te sirva.
>>
>> Daniel Merino
>>
>> El 25 de septiembre de 2014, 11:18, Carlos Ortega <
>> cof en qualityexcellence.es> escribió:
>>
>> Hola Eduardo,
>>>
>>> He trabajado con el paquete Openair y para las fechas lo que hice fue
>>> convertirlas con la función "ymd_hms()" del paquete "lubridate".
>>>
>>> La clase resultante debiera ser la misma que consigues con as.Date() y
>>> con
>>> strptime(), lo miraré, pero en el mientr...
2011 Jun 27
3
Creating a Polar Plot with expanding points as radius increases
I'd like to create a polar plot similar to those created by the polarFreq
function in the openair package. However, this package seems to be specific
to wind speed and direction, and requires a "ws" (wind speed) and a "wd"
(wind direction) column. My data is unrelated to wind speed, but I'd like
to be able to get a plot that does what polarFreq's plots do; I'd...
2016 Sep 08
2
calculo de datos de temperatura, openair u otra alternativa
Se ha borrado un adjunto en formato HTML...
URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20160908/ef2eb3d7/attachment.html>
2016 Aug 03
2
Función timeVariation openair
Hola a todos;
Quisiera saber si la frunción timeVariation cuando los intervalos de
confianza se superponen aunque no sea en todo el perido temporal; es
correcto decir que: ?No podemos afirmar que los valores medios horarios de
concentración de NO de la serie temporal jun-dic 10-13 son distintos de los
de la serie temporal jun-dic 14 debido a que los intervalos de confianza al
95% de ambas series
2024 Mar 16
3
Problem when trying to install packages
...in
> Rstudio and R software. When I try to install a package, the software
tries
> to download but after downloading, it gives some errors and does not work.
> I would be more than happy if you please help me to solve this issue.
> Warm regards.
>
>
>> install.packages("openair", type = "source")Installing package into
?C:/R_Libs?
> (as ?lib? is unspecified)Warning in install.packages :
> dependencies ?lattice?, ?MASS? are not availablealso installing the
> dependencies ?deldir?, ?RcppEigen?, ?cli?, ?glue?, ?lifecycle?,
> ?pillar?, ?rlang?, ?...
2010 Oct 01
1
plotting wind rose data (Karl Ropkins)
David,
Following on from Jim Lemon's suggest that polar plots might be more what you need, there are both wind rose and polar plot functions in the openair package that might be of use (particularly windRose and polarFreq). They will not do everthing you are after without some careful conditioning or extra work with latticeExtra, but could get you some of the way there.
Karl Ropkins,
>
>
> Hi List,
>
> I am trying to create a spat...
2011 Dec 12
3
windrose color ramp issue
Greetings!
I'm having an issue with the windrose produced by the windrose
function from the circular package. For our weather stations in North
Carolina I'm helping with a script which takes hourly wind speed and
direction data to create windroses for our end users. One of the
stations in the mountains frequently reaches wind speed of 40 to 60
mph and in storms can reach wind speed over
2013 Jul 23
0
Libreria contaminacion ambiental
Hola,
Carlos Ortega hizo un completo análisis del ruido en Madrid utilizando el paquete OpenAir (http://www.openair-project.org/).
Enlace a esta librería y a presentación y a vídeo de la sesión en la página del Grupo Local de Madrid en R-hispano (sesión del 16 de mayo 2013):
http://r-es.org/Grupo+de+Inter%C3%A9s+Local+de+Madrid+-+GIL+Madrid&structure=Comunidad
Saludos,
Pedro
El 23/07/2...
2024 Mar 16
1
Problem when trying to install packages
...ry to install a package, the software
> tries
> > to download but after downloading, it gives some errors and does not
> work.
> > I would be more than happy if you please help me to solve this issue.
> > Warm regards.
> >
> >
> >> install.packages("openair", type = "source")Installing package into
> ?C:/R_Libs?
> > (as ?lib? is unspecified)Warning in install.packages :
> > dependencies ?lattice?, ?MASS? are not availablealso installing the
> > dependencies ?deldir?, ?RcppEigen?, ?cli?, ?glue?, ?lifecycle?,
>...