search for: dwinsemius

Displaying 20 results from an estimated 710 matches for "dwinsemius".

Did you mean: winsemius
2016 Apr 10
2
Adding Two-Headed Arrow in map legend
Dear David, The device was the issue. The quartz() device works fine but pdf() does not. Now I just need to figure out the limits for map for Europe. Thanks for all your help and patience. Sincerely, Milu On Sun, Apr 10, 2016 at 7:10 PM, David Winsemius <dwinsemius at comcast.net> wrote: > > > On Apr 10, 2016, at 4:12 AM, Miluji Sb <milujisb at gmail.com> wrote: > > > > Hello David, > > > > This is exactly what I want but I still can't get the arrows. R and R > studio is updated. Thanks again! > > I didn...
2010 Apr 06
6
3-D response surface using wireframe()
I am working on plotting a response surface using wireframe(). The default style/orientation is z | | y | \ | \ | \ | \ | \ | \ | \ | \|________________x 0 Now what I want the orientation of axes is: z | | | |
2010 Feb 01
6
Import fixed-format ascii file with mixed record types
I need to import several ascii files in fixed format with two different record types. The data comes from European Labor Force Surveys, wich is a household survey. The first record type is for people over 16 years, and the second much sorter is for people aged 15 or less (this record has a filler with several blanks to get the same record length). The files tipically have 160000 records, with 176
2016 Apr 10
0
Adding Two-Headed Arrow in map legend
...pe with base graphics the coordinates of the lower-left and upper-right corners are obtained by par('usr') > par('usr') [1] -12.20000 47.20000 25.89375 79.10625 -- David. > > Sincerely, > > Milu > > On Sun, Apr 10, 2016 at 7:10 PM, David Winsemius <dwinsemius at comcast.net> wrote: > > > On Apr 10, 2016, at 4:12 AM, Miluji Sb <milujisb at gmail.com> wrote: > > > > Hello David, > > > > This is exactly what I want but I still can't get the arrows. R and R studio is updated. Thanks again! > > I didn'...
2018 May 23
3
find the permutation function of a sorting
...$ix [1] 2 1 3 We have the permutation, namely 1-->2, 2-->1, 3-->3. How can I apply the permutation function to a new set c("D","E", "F")? so that the result is c("E","D", "F"). 2018-05-23 11:06 GMT+08:00 David Winsemius <dwinsemius at comcast.net>: > > > > On May 22, 2018, at 10:57 PM, John <miaojpm at gmail.com> wrote: > > > > Thanks, David. > > I got the answer from the web. > > Is there any easy way to permute a set (e.g., a set of characters) by > the permutation it returns...
2018 May 23
3
find the permutation function of a sorting
...avid. I got the answer from the web. Is there any easy way to permute a set (e.g., a set of characters) by the permutation it returns? Thanks, > x <- c(10,7,4,3,8,2) > sort(x, index.return=TRUE) $x [1] 2 3 4 7 8 10 $ix [1] 6 4 3 2 5 1 2018-05-23 10:49 GMT+08:00 David Winsemius <dwinsemius at comcast.net>: > > > > On May 22, 2018, at 10:06 PM, John <miaojpm at gmail.com> wrote: > > > > Hi, > > > > Is there any way to find the permutation function of the sorting and to > > apply the function (or its inverse) elsewhere? > > &g...
2011 Aug 19
4
Leading zeros
An embedded and charset-unspecified text was scrubbed... Name: n?o dispon?vel URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110819/e7764da5/attachment.pl>
2009 Nov 21
2
Fw: Re: title problem
...ubtitle in general, independently from multi-plot display. when I do plot (c(1,2,3), c(9,8,7), type = "l") title(main = "Main title", sub ="Sub title",cex.main=2, cex.sub = 2) subtitle doesn't get displayed > --- On Sat, 11/21/09, David Winsemius <dwinsemius at comcast.net> > wrote: > > > From: David Winsemius <dwinsemius at comcast.net> > > Subject: Re: [R] title problem > > To: "Gabor Grothendieck" <ggrothendieck at gmail.com> > > Cc: "carol white" <wht_crl at yahoo.com>, > &q...
2016 Apr 10
2
Adding Two-Headed Arrow in map legend
Hello David, This is exactly what I want but I still can't get the arrows. R and R studio is updated. Thanks again! Sincerely, Milu On Sat, Apr 9, 2016 at 10:29 PM, David Winsemius <dwinsemius at comcast.net> wrote: > > > On Apr 9, 2016, at 1:27 PM, David Winsemius <dwinsemius at comcast.net> > wrote: > > > > > >> On Apr 9, 2016, at 11:18 AM, David Winsemius <dwinsemius at comcast.net> > wrote: > >> > >> > >>&...
2018 May 23
0
find the permutation function of a sorting
...c(10,7,4,3,8,2) > > sort(x, index.return=TRUE) > $x > [1] 2 3 4 7 8 10 > > $ix > [1] 6 4 3 2 5 1 > I don't understand what is being requested. The $ix value is the same as the one returned `by order`. David. > 2018-05-23 10:49 GMT+08:00 David Winsemius <dwinsemius at comcast.net>: > > > > On May 22, 2018, at 10:06 PM, John <miaojpm at gmail.com> wrote: > > > > Hi, > > > > Is there any way to find the permutation function of the sorting and to > > apply the function (or its inverse) elsewhere? > >...
2011 Jul 16
1
Fwd: construct boxplots from data with varying column widths
From: David Winsemius <dwinsemius at comcast.net> On Jul 16, 2011, at 12:15 PM, Rory Campbell-Lange wrote: > On 16/07/11, David Winsemius (dwinsemius at comcast.net) wrote: >> >> On Jul 16, 2011, at 11:19 AM, Rory Campbell-Lange wrote: >> >>> I'm an R beginner, and I would like to construct a...
2016 Apr 10
0
Adding Two-Headed Arrow in map legend
...The `quartz()` device seems to deliver consistent results for me. The RStudio device is something they call RStudioGD, and I don't have sufficient experience to explain its quirks. -- David. > > Sincerely, > > Milu > > On Sat, Apr 9, 2016 at 10:29 PM, David Winsemius <dwinsemius at comcast.net> wrote: > > > On Apr 9, 2016, at 1:27 PM, David Winsemius <dwinsemius at comcast.net> wrote: > > > > > >> On Apr 9, 2016, at 11:18 AM, David Winsemius <dwinsemius at comcast.net> wrote: > >> > >> > >>> On Apr...
2017 Nov 02
2
"prob" package alternative
...in/x64/R" CMD INSTALL -l "C:\Users\Tlk7\Documents\R\win-library\3.4" "fAsianOptions_3010.tar.gz"' had status 1 Warning in install.packages : installation of package ?fAsianOptions_3010.tar.gz? had non-zero exit status On Thu, Nov 2, 2017 at 6:06 PM, David Winsemius <dwinsemius at comcast.net> wrote: > > > On Nov 2, 2017, at 2:14 PM, Tiby Kantrowitz <tlkantro at gmail.com> wrote: > > > > Rtools is not available for the current version of R. > > Really? If true, I'm surprised and not able to help. I do see an > Rtools34.exe at ht...
2017 Nov 02
2
"prob" package alternative
Rtools is not available for the current version of R. What I'm looking for is an alternative package or how others have managed to create workarounds. On Thu, Nov 2, 2017 at 4:25 PM, David Winsemius <dwinsemius at comcast.net> wrote: > > > On Nov 2, 2017, at 1:09 PM, Tiby Kantrowitz <tlkantro at gmail.com> wrote: > > > > Yes, that is exactly what I was doing two days ago. > > > > Warning in install.packages : > > installation of package ?fAsianOptions_301...
2018 Apr 06
3
Obtain gradient at multiple values for exponential decay model
> On Apr 6, 2018, at 8:03 AM, David Winsemius <dwinsemius at comcast.net> wrote: > > >> On Apr 6, 2018, at 3:43 AM, g l <gnulinux at gmx.com> wrote: >> >>> Sent: Friday, April 06, 2018 at 5:55 AM >>> From: "David Winsemius" <dwinsemius at comcast.net> >>> >>> >>>...
2017 Nov 02
0
"prob" package alternative
...uot; CMD INSTALL -l "C:\Users\Tlk7\Documents\R\win-library\3.4" "fAsianOptions_3010.tar.gz"' had status 1 Warning in install.packages : installation of package ?fAsianOptions_3010.tar.gz? had non-zero exit status > > On Thu, Nov 2, 2017 at 6:06 PM, David Winsemius <dwinsemius at comcast.net> wrote: > > > On Nov 2, 2017, at 2:14 PM, Tiby Kantrowitz <tlkantro at gmail.com> wrote: > > > > Rtools is not available for the current version of R. > > Really? If true, I'm surprised and not able to help. I do see an Rtools34.exe at https:...
2011 Jan 26
0
Fwd: MAtrix addressing
Begin forwarded message: > From: David Winsemius <dwinsemius at comcast.net> > Date: January 26, 2011 8:32:30 AM EST > To: Alaios <alaios at yahoo.com> > Subject: Re: [R] MAtrix addressing > > > On Jan 26, 2011, at 7:58 AM, Alaios wrote: > >> Unfortunately right now is convoluted... by I was trying to find >> some...
2016 Apr 11
2
Adding Two-Headed Arrow in map legend
...eplies! I didn't know about par('usr'). I get different coordinates though: [1] -19.75966 54.75966 33.60000 71.40000 But the arrow is not at the bottom of the map. I will keep playing with this. Thanks again! Sincerely, Milu On Mon, Apr 11, 2016 at 12:00 AM, David Winsemius <dwinsemius at comcast.net> wrote: > > > > On Apr 10, 2016, at 1:45 PM, Miluji Sb <milujisb at gmail.com> wrote: > > > > Dear David, > > > > The device was the issue. The quartz() device works fine but pdf() does > not. Now I just need to figure out the limits f...
2017 Nov 02
0
"prob" package alternative
...#39;m surprised and not able to help. I do see an Rtools34.exe at https://cran.r-project.org/bin/windows/Rtools/ -- David. > > What I'm looking for is an alternative package or how others have managed to create workarounds. > > On Thu, Nov 2, 2017 at 4:25 PM, David Winsemius <dwinsemius at comcast.net> wrote: > > > On Nov 2, 2017, at 1:09 PM, Tiby Kantrowitz <tlkantro at gmail.com> wrote: > > > > Yes, that is exactly what I was doing two days ago. > > > > Warning in install.packages : > > installation of package ?fAsianOptions_301...
2017 Dec 09
1
Remove
...ompletely avoid non-standard evaluation: > DM[ DM$x >= GRmin[DM$GR] & DM$x <= GRmax[DM$GR], ] GR x y 1 A 25 125 2 A 23 135 5 B 45 321 6 B 47 512 9 C 61 521 10 C 68 235 Bill Dunlap TIBCO Software wdunlap tibco.com On Sat, Dec 9, 2017 at 9:38 AM, David Winsemius <dwinsemius at comcast.net> wrote: > > > On Dec 8, 2017, at 6:16 PM, David Winsemius <dwinsemius at comcast.net> > wrote: > > > > > >> On Dec 8, 2017, at 4:48 PM, Ashta <sewashm at gmail.com> wrote: > >> > >> Hi David, Ista and all, > >&g...