The contents of this message do not reflect any position of the U.S.
Government or NOAA."
**
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
***Note new street address***
110 McAllister Way
Sa
https://geodacenter.r-universe.dev/rgeoda
HTH,
-Roy
> On Nov 10, 2024, at 8:49 AM, Jeff Newmiller via R-help
> wrote:
>
> The rgeoda maintainer seems to be having difficulty keeping up with required
> changes to be supported on CRAN. This may get corrected soon or never. There
> are instr
<- month(df$valid_time)
> df$Day <- day(df$valid_time)
> df$Hour <- hour(df$valid_time)
>
> # Select only the desired columns
> df_selected <- df %>% select(Year, Month, Day, Hour, tcc, t2m, RH)
>
> # Save the updated DataFrame to an Excel file
> write.xlsx(df_selec
Sorry for my mistake, I thought I have uploaded the grib file.
> I really apologise for that. I will send it on Saturday.
> Thank you very much.
>
> On Thu, 26 Sept 2024, 17:40 Roy Mendelssohn - NOAA Federal, <
> roy.mendelss...@noaa.gov> wrote:
>
> > Hi Javad:
> >
hon it is possible to do this using cdsapi and xarray library, but I am
> not familiar with python.
> Sincerely
>
> On Thu, Sep 26, 2024 at 2:33 AM Roy Mendelssohn - NOAA Federal via R-help
> mailto:r-help@r-project.org>> wrote:
>> At least for me the dataset file did no
<- df %>% select(Year, Month, Day, Hour, tcc, t2m, RH)
>>>
>>> # Save the updated DataFrame to an Excel file
>>> write.xlsx(df_selected, excel_file_path, row.names = FALSE)
>>>
>>>
>>>
>>>
>>>
>>>
Hi Leni:
You forget to post the important part - the errors you have been getting and if
you have the errors isolated to particular lines in the code.
HTH,
-Roy
> On Jun 21, 2024, at 3:59 AM, Leni Koehnen via R-help
> wrote:
>
> Dear R-help List,
>
> I am currently trying to run a code w
, PhD (she/her)
> Program Manager
> National Oceanic and Atmospheric Administration <https://www.noaa.gov/>
> Global Ocean Monitoring & Observing Program <http://globalocean.noaa.gov/>
> and Cooperative Programs for the Advancement of Earth System Science
> <https://
possible cause.
-Roy
> On Feb 1, 2024, at 2:16 AM, Rui Barradas wrote:
>
> Às 23:47 de 31/01/2024, Roy Mendelssohn - NOAA Federal via R-help escreveu:
>> HI All:
>> We are trying to figure out a problem that is occurring with a package, and
>> we need a non
HI All:
We are trying to figure out a problem that is occurring with a package, and we
need a non-NOAA person with a Windows computer with the latest R to test for us
what is failing (but works on Macs and Linux from different sites). Part of
the problem is there is an Akamai service in betwe
Hi Andy:
I don’t have an answer but I do have what I hope is some friendly advice.
Generally the more information you can provide, the more likely you will get
help that is useful. In your case you say that you tried several packages and
they didn’t do what you wanted. Providing that code,
what if you try lubridate::as_datetime('2017-02-28T13:35:00+03:00’)
-Roy
> On Nov 5, 2023, at 3:45 PM, Richard O'Keefe wrote:
>
> I have some data that includes timestamps like this:
> 2017-02-28T13:35:00+03:00
> The documentation for strptime says that %z expects
> an offset like 0300. I don
ontents of this message do not reflect any position of the U.S.
Government or NOAA."
**
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
***Note new street address***
110 McAllister Way
Santa Cruz, CA 950
d]]
>>
>> __
>> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
>> https://stat.ethz.ch/mailman/listinfo/r-help
>> PLEASE do read the posting guide
>> http://www.R-project.org/posting-guide.html
>> and
view?usp=drive_web>
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://
> are what I would prefer for EDA.
>
> JWDougherty
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-
*
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
**
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
***Note new stre
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducib
RIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
**
"The contents of this message do not reflect any
producible code.
**
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
**
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
u
>> have, but optimx::optimr is often a very good drop-in replacement for optim,
>> especially when bounds are involved (e.g., optim has an awkward habit of
>> attempting evaluations outside the domain when numerical derivatives are
>> needed).
>>
>> Yo
some extra
programming to use it.
Thanks,
-Roy
**
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
**
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries
the 13 Z
> forecast if I enter [[2]]. But is there a way to get both at t he same time?
>
> Thanks,
> Philip Heinrich
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIB
Found it. On June 9, in the R-developers mail-list, a chain under the topic
"SSL certificate issues".
-Roy
> On Jul 24, 2020, at 1:21 PM, Roy Mendelssohn - NOAA Federal
> wrote:
>
> Thank you very much. That indeed did work, more specifically as (to include
>
Rasmus Liland wrote:
>
> On 2020-07-23 14:56 -0700, Roy Mendelssohn - NOAA Federal via R-help wrote:
>> I am trying to get the following command to work:
>>
>>> sshInfo <- rerddap::info('hawaii_soest_f75b_adc6_12ab', url =
>>> 'https:
lls a package called "crul" which ultimately calls 'curl'.
Thanks,
-Roy
PS - And yes I informed the owner of the site about the expired certificate,
that was a couple of weeks ago.
**
"The contents of this message do not reflect any position
s_0p50
> for the Global Forecast System?
>
> Thanks.
>
> -Original Message- From: Roy Mendelssohn - NOAA Federal
> Sent: Monday, July 6, 2020 6:35 PM
> To: Philip
> Subject: Re: [R] National Weather Service Data
>
> Skimming the docs seems to assume a lot of knowl
-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
le_url()
> (from handle-url.r) uses build_url().
>
> All the "verbs" use handle_url() —
> https://github.com/r-lib/httr/search?q=handle_url&unscoped_q=handle_url
>
> So {httr} relies on the quintessential standard in URL escaping —
> which is libcurl's —
url_escape
>
> Cheers,
> Ben
>
> On Tue, Feb 18, 2020 at 1:29 PM Roy Mendelssohn - NOAA Federal via
> R-help wrote:
>>
>> Hi All:
>>
>> I hav been trying to go through the code for httr::GET() but it is somewhat
>> beyond what I know. What I am
ge do not reflect any position of the U.S.
Government or NOAA."
******
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
***Note new street address***
110 McAllister Way
Santa Cruz, CA 95060
P
uqtGFfo
> https://youtu.be/HAIdo707Sac
******
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
**
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fis
t;>> __
>>> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
>>> https://stat.ethz.ch/mailman/listinfo/r-help
>>> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
>>> an
stics
> University of Auckland
> Phone: +64-9-373-7599 ext. 88276
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http
-- To UNSUBSCRIBE and more, see
>> https://stat.ethz.ch/mailman/listinfo/r-help
>> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>
> Confidentiality Notice This message is
info/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
**
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
*
Also, I forgot that tmap can do interactive maps, see:
https://geocompr.robinlovelace.net/adv-map.html#interactive-maps
-Roy
> On Mar 6, 2019, at 2:48 PM, Roy Mendelssohn - NOAA Federal
> wrote:
>
> see https://r-spatial.github.io/mapview/index.html
>
> The main thing
the posting guide
>> http://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.
Or if you prefer plotly:
world.map <- maps::map("world", plot = FALSE, fill = TRUE)
p <- sf:: st_as_sf(world.map, coords = c('x', 'y'))
plotly::ggplotly(
ggplot2::ggplot(data = p) + ggplot2::geom_sf()
)
> On Mar 6, 2019, at 2:12 PM, Roy Mendelssohn -
de http://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>
**
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
**
Roy Mendelssohn
Supervisory Operati
Roy M.
**
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
******
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
***Note new street address***
110
ed that contains both your expanded grid and the
precipitation data and that has to be defined in either the ggplot() call or
the geom_point() cal.
HTH,
-Roy
**
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
**
separated, it it done using
geom_sf. can an initial animation be defined and then frames added to it as
new maps are made?
Thanks for any help.
-Roy
**
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
****
ect to the legally
>> binding disclaimer: https://www.precheza.cz/en/01-disclaimer/
>>
>>
>
> [[alternative HTML version deleted]]
>
> __________
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> http
override
the stop() call or am I a goner, or is there another way to override it, given
that I can't change the code to err_handle2().
Thanks,
-Roy
**
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
*
that are involved?
>
> Thanks for any suggestions.
>
> -Roy
>
>
>
>
> ******
> "The contents of this message do not reflect any position of the U.S.
> Government or NOAA."
> **
> Roy Mendelssohn
> Supervis
NOAA."
******
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
***Note new street address***
110 McAllister Way
Santa Cruz, CA 95060
Phone: (831)-420-3666
Fax: (831) 420-3980
e-mail: roy.mendelss...@noaa.gov
httr::content(r1, col_types = cols())
>
> See more here...
>
> https://blog.rstudio.com/2016/08/05/readr-1-0-0/
>
>
> Cheers,
> Ben
>
>
>
>> On Jan 2, 2018, at 12:30 PM, Roy Mendelssohn - NOAA Federal
>> wrote:
>>
>> Hi All:
>>
")
)
I want to suppress that output.
Thanks,
-Roy
**
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
**
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Divisio
get all the
dependencies correct. As noted earlier, this is one of the benefits provided
by CRAN, and why I do not want to put these packages on CRAN until all of
their dependencies are there also.
-Roy
**
"The contents of this message do not reflect any positio
raphs::renderDygraph({
> res = list()
> res[[1]] <- dygraph(lungDeaths[, 1], group = 'lungs') %>%
> dyRangeSelector()
> res[[2]] <- dygraph(lungDeaths[, 1], group = 'lungs') %>%
> dyRangeSelector()
>res <- htmltoo
nput, output) {
>
>output$distPlot <- dygraphs::renderDygraph({
> lungDeaths <- cbind(mdeaths, fdeaths)
> res <- lapply(1:2, function(i) dygraph(lungDeaths[, i]))
> htmltools::tagList(res)
>})
> }
>
> # Run the application
> shinyApp(u
iam Dunlap wrote:
>
> The min_height = -0.25 is there to make it show cycle values down to -1/4.
> You may want to change it to -1 so it shows more of the cycle values.
>
> Bill Dunlap
> TIBCO Software
> wdunlap tibco.com
>
> On Tue, Oct 17, 2017 at 1:26 PM, Roy Mendel
, min_height=-0.25)
>
>
> Bill Dunlap
> TIBCO Software
> wdunlap tibco.com
>
> On Tue, Oct 17, 2017 at 12:43 PM, Roy Mendelssohn - NOAA Federal
> wrote:
> I have tried:
>
> ggplot(plotFrame, aes(x = time, y = cycle, height = cycle, group = depth)) +
>
de you tried that didn't work was?
>
> Bert
>
>
> On Oct 17, 2017 12:22 PM, "Roy Mendelssohn - NOAA Federal"
> wrote:
> Hi All:
>
> I am just not understanding ggridges. The data I have are time series at
> different depths in the ocean. I want to
.239891529116349,
0.200137949677769, 0.2858429346658, -0.121094155739595), .Dim = 72L)), .Names =
c("time",
"depth", "cycle"), row.names = c(NA, -72L), class = "data.frame")
**
"The contents of this message do not reflect any position
Lines(paste0("
> ", tryCatch(readLines(old_path), error=function(e)conditionMessage(e}))
>
> Then run your test and see what file set_makevars is complaining about and
> what in the file might cause trouble for set_makevars.
>
>
> Bill Dunlap
> TIBCO Sof
on(e)conditionMessage(e}))
>
> Then run your test and see what file set_makevars is complaining about and
> what in the file might cause trouble for set_makevars.
>
>
> Bill Dunlap
> TIBCO Software
> wdunlap tibco.com <http://tibco.com/>
> On Wed, Se
-18 cran (@1.0.1)
**
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
**
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
s
> via a link like "see [this code chunk](#foo)".
>
> Regards,
> Yihui
> --
> https://yihui.name
>
>
> On Tue, Aug 29, 2017 at 1:30 PM, Roy Mendelssohn - NOAA Federal
> wrote:
>> Hi All:
>>
>> In creating a R Notebook I know that in the
is say that such and such code chunk is an example of how to do something,
and have that link to the appropriate code chunk.
Thanks for any help.
-Roy
**
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
****
quot;)
>
> tdstr <- strsplit(unlist(tustr)[3], "-")
>
> tmonth = as.integer(unlist(tdstr)[2])
>
> tday = as.integer(unlist(tdstr)[3])
>
> tyear = as.integer(unlist(tdstr)[1])
>
> chron(time, origin = c(tmonth, tday, tyear))
>
> *Any help would
ot;)
> par(mfrow=c(1,1))
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://w
read_html("http://www.msn.com";)
> str(pg1)
List of 2
$ node:
$ doc :
- attr(*, "class")= chr [1:2] "xml_document" "xml_node"
**
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
***
perm(apply(a, dims, rev), idx)
> }
>
> all.equal(f(z, 1), f2(z, 1))
> # [1] TRUE
> all.equal(f(z, 2), f2(z, 2))
> # [1] TRUE
> all.equal(f(z, 3), f2(z, 3))
> # [1] TRUE
> all.equal(f(z, 4), f2(z, 4))
> # [1] TRUE
>
> David C
>
>
> From: Ismail SEZEN [
atitudes in the
array is irrelevant, as long as the mapping is correct.
-Roy
> On Jun 1, 2017, at 1:35 PM, Ismail SEZEN wrote:
>
>>
>> On 1 Jun 2017, at 22:42, Roy Mendelssohn - NOAA Federal
>> wrote:
>>
>> Thanks to all for responses/. There was a
ative difference: 0.444 >"
> [2] "Mean relative difference: 0.1262209"
>> all.equal(f(z,4),f2(z,4))
> [1] "Attributes: < Component “dim”: Mean relative difference: 0.5714286 >"
> [2] "Mean relative difference:
g things into it."
> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
>
>
> On Thu, Jun 1, 2017 at 9:51 AM, Roy Mendelssohn - NOAA Federal
> wrote:
>> Hi All:
>>
>> I have been looking for an elegant way to do the following, but
***
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
******
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
***Note new street address***
11
ernment or NOAA."
**********
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
***Note new street address***
110 McAllister Way
Santa Cruz, CA 95060
Phone: (831)-420-3666
Fax: (831) 420-3980
e-mail: roy.mendelss..
U.S.
Government or NOAA."
******
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
***Note new street address***
110 McAllister Way
Santa Cruz, CA 95060
Phone: (831)-420-3666
Fax: (831) 420-
RNotebook downloaded from there.
Thanks in advance for any help.
-Roy
**
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
******
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmenta
a slew of python code break for the
same reason. And oddly enough versions of OS, versions and suppliers of
python, and versions of OpenSSL greatly affect whether things work.
-Roy
**
"The contents of this message do not reflect any position of the U.S.
Govern
nimal, self-contained, reproducible code.
>>
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> P
affected.
Thanks,
-Roy
**
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
******
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Cent
ample like that via google.
>
> Joe
>
> On Mon, Jan 2, 2017 at 1:35 PM, Roy Mendelssohn - NOAA Federal
> wrote:
>>> test > hm("10:00")
>> [1] FALSE FALSE TRUE TRUE
>>> test[test > hm("10:00")]
>> [1] "10H 30M 0S" &q
ng me the way and I'm missing it - how would I
> subset to only 1030 and 1100, excluding 1000? It seems I would need to
> say, give me all time greater than 10:00, but the hours and minutes
> are in separate slots, which is throwing me off.
>
> Thanks again.
>
> On Mon, Ja
see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
**
"The contents of this message do not reflect any position of the
Bob Simons.
-Roy
**
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
******
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Scie
7;t work.
>
> which command should I use?
>
> with regards
> -Deb
>
>
> On Tue, Sep 27, 2016 at 9:30 PM, Michael Sumner wrote:
> Opendap won't work on Windows CRAN build of ncdf4, though the rgdal build
> does work directly on grib.
>
> Summary: dow
gt; the OPeNDAP link of the data
> http://nomads.ncdc.noaa.gov/thredds/dodsC/modeldata/cfsv2_forecast_ts_9mon/2014/201404/20140403/2014040312/
>
> datafile:
> tmax.01.2014040312.daily.grb2
>
> Thanks
> -Deb
>
> On Tue, Sep 27, 2016 at 11:51 AM, Roy Mendelssohn - N
***
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
**
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
***Note new address and phone***
110
tLoc can be 1,2,3,4) but this strikes me as
pretty kludgy. I am hoping there is a more elegant way of doing this.
Thanks,
-Roy
**********
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
**
Roy Mendelssohn
Supervisory
site https://github.com/rmendels/xtractomatic. Also there is the
wonderful "rerddap" package from the rOpenSci folk which is available from
CRAN.
-Roy
**
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
******
l; charset=iso-8859-1
Size: 235 B
404 Not Found
Not Found
The requested URL /disclosure-docs/monthly/mbs082016.zip was not found on
this server.
**
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
**
Roy Mendelsso
n
>>> Joint Research Centre - European Commission
>>> Institute for Space, Security & Migration
>>> Disaster Risk Management Unit
>>>
>>> Via E. Fermi 2749, TP 122, I-21027 Ispra (VA), ITALY
>>>
>>> jon.sko...@jrc.ec.europa.
-1))
where the -1 value tells it to get all the values along the time dimension.
You now have that slice of the data stored in myPrecip. I hope this gets you
started, but i strongly urge you to read through the link above.
-Roy
>
> On Tue, Jul 26, 2016 at 2:52 PM, Roy Mendelssohn
ual and
>> do not necessarily represent official views of the European Commission.
>>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the pos
>>>>> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
>>>>> https://stat.ethz.ch/mailman/listinfo/r-help
>>>>> PLEASE do read the posting guide
>>>>> http://www.R-project.org/posting-guide.html
&
mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
**
"The contents of this messa
> to do with ncdf4 package.
>
> Please, forgive me for taking your time.
>
>
>> On 08 Jul 2016, at 03:21, Roy Mendelssohn - NOAA Federal
>> wrote:
>>
>> After looking at the file, doing an extract say into the variable uwind, if
>> I do:
>>
&
must be equal.
>
> 1- http://www.esrl.noaa.gov/psd/data/gridded/data.ncep.reanalysis2.html
> 2-
> ftp://ftp.cdc.noaa.gov/Datasets/ncep.reanalysis2.dailyavgs/pressure/uwnd.2015.nc
>
>
>
>> On 08 Jul 2016, at 02:27, Roy Mendelssohn - NOAA Federal
>> wrote:
>&g
gt;>>> and provide commented, minimal, self-contained, reproducible code.
>>>
>>> __
>>> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
>>> https://stat.ethz.ch/mailman/listinfo/r-help
>>
) %>%
>mutate(rel.freq = paste0(round(100 * n/sum(n), 0), "%")) %>%
>ungroup() %>% plyr::rbind.fill(data.frame( n=nrow(mtcars),rel.freq="100%"))
>
>
> Seems to work.
> --
> David
>>
>> Thanks,
>>
>> -Roy
>>
at.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
**
"The contents of this message do not reflect any position of the U.S.
Government or NOAA
[[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
&
!
>
>
>
>
>
>
>
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the
indly put the book online, at
http://r-pkgs.had.co.nz/intro.html
-Roy
**
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
**
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental
ee
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
**
"The contents of this message do not reflect any position of the
nography
> Scripps Institution of Oceanography, La Jolla, California, USA
> (858) 534-8276 (voice) / (858) 534-8561 (fax)dpie...@ucsd.edu
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list
1 - 100 of 221 matches
Mail list logo