Re: [R] parsing pdf files

2010-01-09 Thread Laurent Rhelp
David Kane a écrit : I have a pdf file that I would like to parse into R: http://www.williams.edu/Registrar/geninfo/faculty.pdf For now, I open the file in Acrobat by hand, then save it as text and then use readLines(). That works fine but a) I am concerned that some information may be lost

[R] odfWeave accented chars in a plot iconv

2010-06-21 Thread Laurent Rhelp
Dear R-List, I try to use accented chars in a plot using odfWeave (see the example below). I found the solution using the iconv command to write the accented char é. But, is somebody know another solution not to have to use iconv command every time ? Thanks Example : plot,fig=TRUE=

[R] time serie : question about date time class

2010-02-06 Thread Laurent Rhelp
Dear R-List, I have the habit of using R for my data processing and I like to use the power of the lattice package. Presently, I have to manage time series. So, in order to work properly I want to discover the zoo package and the related methods (since lattice can work with zoo class). But

Re: [R] time serie : question about date time class

2010-02-06 Thread Laurent Rhelp
, 2010 at 8:25 AM, Laurent Rhelp laurentrh...@free.fr wrote: Dear R-List, I have the habit of using R for my data processing and I like to use the power of the lattice package. Presently, I have to manage time series. So, in order to work properly I want to discover the zoo package

Re: [R] time serie : question about date time class

2010-02-06 Thread Laurent Rhelp
identical(x,y) [1] FALSE y - x+.001 # 0.1 us identical(x,y) [1] TRUE On Sat, Feb 6, 2010 at 9:41 AM, Laurent Rhelp laurentrh...@free.fr wrote: Gabor Grothendieck a écrit : zoo is independent of time and date class so it does not restrict your choice of index class

[R] RODBC : reading binary data from a TXT field belonging to a PostgeSQL table

2010-03-25 Thread Laurent Rhelp
Dear R-List, I am working with binary data that I want to store in a PostgreSQL DataBase. I decided to use a TXT field. I read my binary file with readBin function, I succeed in my data storage in the database but I have some trouble to extract the data : the correct amount of bytes is

Re: [R] RODBC : reading binary data from a TXT field belonging to a PostgeSQL table

2010-03-27 Thread Laurent Rhelp
Le 25/03/2010 20:28, Laurent Rhelp a écrit : Dear R-List, I am working with binary data that I want to store in a PostgreSQL DataBase. I decided to use a TXT field. I read my binary file with readBin function, I succeed in my data storage in the database but I have some trouble to extract

Re: [R] plotting confidence bands from predict.nls

2011-05-08 Thread Laurent Rhelp
Le 07/05/2011 06:17, Penny Bilton a écrit : I am trying to find a confidence band for a fitted non-linear curve. I see that the predict.nls function has an interval argument, but a previous post indicates that this argument has not been implemented. Is this still true? I have tried various

[R] trouble with accentuated characters in \title tag in Rd file

2013-01-12 Thread Laurent Rhelp
Hi, I have a weird issue when creating a package with latin1 encoding. All works fine except the fact that I can't put non-ASCII characters in the title tag. There is NA in the place of the title in the pdf file of the documentation. I can put non-ASCII characters in the other tags

[R] lattice : superpose symbols with a great many points

2014-06-20 Thread Laurent Rhelp
Hi, I like to use with xyplot (package lattice) the groups argument and superpose.symbol to compare several curves. But, when there are a great many points, the symbols are very close and the graph becomes unreadable. Would there be an argument or a tip not to draw all the symbols, for

Re: [R] lattice : superpose symbols with a great many points

2014-06-22 Thread Laurent Rhelp
Le 20/06/2014 21:50, Christoph Scherber a écrit : Dear Laurent for numeric x variables, you could try jitter: xyplot(y~jitter(x,0.5)) Cheers Christoph Am 20.06.2014 21:45, schrieb Laurent Rhelp: Hi, I like to use with xyplot (package lattice) the groups argument and superpose.symbol

Re: [R] lattice : superpose symbols with a great many points

2014-06-23 Thread Laurent Rhelp
, Jun 22, 2014 at 2:09 PM, Laurent Rhelp laurentrh...@free.fr wrote: Le 20/06/2014 21:50, Christoph Scherber a écrit : Dear Laurent for numeric x variables, you could try jitter: xyplot(y~jitter(x,0.5)) Cheers Christoph Am 20.06.2014 21:45, schrieb Laurent Rhelp: Hi, I like to use

[R] iterators : checkFunc with ireadLines

2020-05-17 Thread Laurent Rhelp
Dear R-Help List,    I would like to use an iterator to read a file filtering some selected lines according to the line name in order to use after a foreach loop. I wanted to use the checkFunc argument as the following example found on internet to select only prime numbers : |

Re: [R] iterators : checkFunc with ireadLines

2020-05-18 Thread Laurent Rhelp
4 5 N163 -0.054023 -0.049345 -0.037158 -0.041120 -0.044612 -0.036953 -0.036061 -0.044516 -0.046436 Best, Bill. W. Michels, Ph.D. On Sun, May 17, 2020 at 5:43 PM Laurent Rhelp wrote: Dear R-Help List, I would like to use an iterator to read a file filtering some selected lines according to the

Re: [R] iterators : checkFunc with ireadLines

2020-05-18 Thread Laurent Rhelp
4 5 N163 -0.054023 -0.049345 -0.037158 -0.041120 -0.044612 -0.036953 -0.036061 -0.044516 -0.046436 Best, Bill. W. Michels, Ph.D. On Sun, May 17, 2020 at 5:43 PM Laurent Rhelp wrote: Dear R-Help List, I would like to use an iterator to read a file filtering some selected lines according to the

Re: [R] iterators : checkFunc with ireadLines

2020-05-18 Thread Laurent Rhelp
;","","","","",""), flush=TRUE, multi.line=FALSE, skip=nextElem(iter_index1)-1, nlines=1, quiet=TRUE)) [1] "N163" "-0.054023" "-0.049345" "-0.037158" "-0.04112" "-0.044612" &quo

Re: [R] iterators : checkFunc with ireadLines

2020-05-19 Thread Laurent Rhelp
;,"","","","","","",""), flush=TRUE, multi.line=FALSE, skip=nextElem(iter_index1)-1, nlines=1, quiet=TRUE)) [1] "N163" "-0.054023" "-0.049345" "-0.037158" "-0.04112" "-0.044612

Re: [R] iterators : checkFunc with ireadLines

2020-05-22 Thread Laurent Rhelp
Laurent Rhelp wrote: # sensors to keep sensors <-  c("N053", "N163") # filter on the beginning of the line i <- pipe("grep -E '^(N053|N163)' test.txt") # or: # filter on the beginning of the given column # (use $2 for the second column, etc.) i <- pipe(

Re: [R] iterators : checkFunc with ireadLines

2020-05-27 Thread Laurent Rhelp
n = TRUE, ignore.stderr = FALSE)) [1] """""" "你好 Chinese" [5] "こんにちは Japanese" "مرحبا Arabic""Привет Russian" [special thanks to Brad Gilbert, Joseph Brenner and others on the p

Re: [R] iterators : checkFunc with ireadLines

2020-06-03 Thread Laurent Rhelp
;,"","","","","","",""), flush=TRUE, multi.line=FALSE, skip=nextElem(iter_index1)-1, nlines=1, quiet=TRUE)) [1] "N163" "-0.054023" "-0.049345" "-0.037158" "-0.04112" "-0.044612

Re: [R] Some difficulties to use the apply command on an array

2021-07-05 Thread Laurent Rhelp
= FALSE) > > seems to work well for me. I hope this helps! > > On Mon, Jul 5, 2021 at 10:56 AM Laurent Rhelp <mailto:laurentrh...@free.fr>> wrote: > > Dear R-Help, > > I have an array x made up of three matrices of 5 rows and 3 > columns of

[R] Some difficulties to use the apply command on an array

2021-07-05 Thread Laurent Rhelp
Dear R-Help, I have an array x made up of three matrices of 5 rows and 3 columns of complex numbers (the complex numbers are not the problem) ## my array x <- structure(c(5.6196790161893828+0i, 5.7565523942393364+0i, 8.5242834298729342+0i,   10.304766710160479+0i,

Re: [R] Some difficulties to use the apply command on an array

2021-07-05 Thread Laurent Rhelp
( svd(x[i,,])$d )) > > HTH, > Eric > > On Mon, Jul 5, 2021 at 5:56 PM Laurent Rhelp <mailto:laurentrh...@free.fr>> wrote: > > Dear R-Help, > > I have an array x made up of three matrices of 5 rows and 3 > columns of > complex numbers (the complex

Re: [R] Some difficulties to use the apply command on an array

2021-07-05 Thread Laurent Rhelp
ope this helps! > > On Mon, Jul 5, 2021 at 10:56 AM Laurent Rhelp <mailto:laurentrh...@free.fr>> wrote: > > Dear R-Help, > > I have an array x made up of three matrices of 5 rows and 3 > columns of > complex numbers (the complex numbers are not the prob

Re: [R] Some difficulties to use the apply command on an array

2021-07-05 Thread Laurent Rhelp
[i,,])$d )) HTH, Eric On Mon, Jul 5, 2021 at 5:56 PM Laurent Rhelp wrote: Dear R-Help, I have an array x made up of three matrices of 5 rows and 3 columns of complex numbers (the complex numbers are not the problem) ## my array x <- structure(c(5.6196790161893828+0i, 5.7565523942393364

Re: [R] Some difficulties to use the apply command on an array

2021-07-05 Thread Laurent Rhelp
It is good trick and we have to know that R arrays use the 'column major mode' to store the value. Thank you Laurent Le 05/07/2021 à 19:03, David Winsemius a écrit : On Jul 5, 2021, at 7:56 AM, Laurent Rhelp wrote: Dear R-Help, I have an array x made up of three matrices of 5 rows and 3

[R] How to create a matrix from a list without a for loop

2021-07-09 Thread Laurent Rhelp
Dear R-Help-list,   I have a list init_l containing 16 dataframes and I want to create a matrix 4 x 4 from this list with a dataframe in every cell of the matrix. I succeeded to do that but my loop is very uggly (cf. below). Could somebody help me to write nice R code to do this loop ?

Re: [R] How to create a matrix from a list without a for loop

2021-07-09 Thread Laurent Rhelp
Very effective solution, I hope I remember that for the nex time. Thank you Le 09/07/2021 à 19:50, David Winsemius a écrit : On 7/9/21 10:40 AM, Laurent Rhelp wrote: Dear R-Help-list,   I have a list init_l containing 16 dataframes and I want to create a matrix 4 x 4 from this list

Re: [R] How to create a matrix from a list without a for loop

2021-07-09 Thread Laurent Rhelp
,"X2","X3","X4"))) > It doesn't give exactly what your code does, but your code introduces > an extra level of "list", which you may not want. > > -Bill > > On Fri, Jul 9, 2021 at 10:40 AM Laurent Rhelp <mailto:laurentrh...@free.f

[R] xyplot.zoo trouble with the index when I use microseconds (type POSIXct)

2021-02-22 Thread Laurent Rhelp
Dear R-Help-List,    I have to process time series with a sampling frequency of 1 MHz. I use the POSIXct format for the date-times with microsecond in a zoo object and the xyplot.zoo function to do the graphs. As I show in the below example I had a trouble to plot the labels on the x-axis with

Re: [R] xyplot.zoo trouble with the index when I use microseconds (type POSIXct)

2021-02-22 Thread Laurent Rhelp
o suppress the X axis and then issue an axis command. plot.zoo has examples. On Mon, Feb 22, 2021 at 12:14 PM Laurent Rhelp wrote: You are right, if I replace xyplot by plot there is no error message but the POSIXct format is not taken into account for the labels on the x-axis. Do I have to wri

Re: [R] xyplot.zoo trouble with the index when I use microseconds (type POSIXct)

2021-02-22 Thread Laurent Rhelp
Le 22/02/2021 à 18:01, Deepayan Sarkar a écrit : On Mon, Feb 22, 2021 at 9:56 PM Laurent Rhelp wrote: Dear R-Help-List, I have to process time series with a sampling frequency of 1 MHz. I use the POSIXct format for the date-times with microsecond in a zoo object and the xyplot.zoo

Re: [R] xyplot.zoo trouble with the index when I use microseconds (type POSIXct)

2021-02-22 Thread Laurent Rhelp
lt;- as.POSIXlt(time(DF.w))$sec # now run plot or xyplot as before On Mon, Feb 22, 2021 at 11:56 AM Gabor Grothendieck wrote: I assume that this is a lattice problem. Replacing xyplot with plot and using all the same arguments there is no error. On Mon, Feb 22, 2021 at 11:26 AM Laurent Rhelp w

Re: [R] lattice: how to use a log scale on the x-axis with the bwplot function

2022-12-11 Thread Laurent Rhelp
om >         , y = list(log=T, tck = c(1,0)) >         , x = list(at = 1:5, tck = 1) >         ) > > If this is not what you meant, you'll need to clarify ... or just move on. > > -- Bert > > On Sun, Dec 11, 2022 at 1:06 AM Laurent Rhelp > wrote: > >

Re: [R] lattice: how to use a log scale on the x-axis with the bwplot function

2022-12-11 Thread Laurent Rhelp
. Le 11/12/2022 à 17:48, Deepayan Sarkar a écrit : On Sun, Dec 11, 2022 at 2:33 PM Laurent Rhelp wrote: I understand the idea but I did not succeed. Here is what I tried: ## 1.middles of classes calculation m <- tapply(DF$x, groups, mean) ## 2. create a new factor colu

Re: [R] lattice: how to use a log scale on the x-axis with the bwplot function

2022-12-11 Thread Laurent Rhelp
Thank you very much Deepayan, I will see the help of panel.bwplot. Best regards L. Le 11/12/2022 à 18:53, Deepayan Sarkar a écrit : On Sun, Dec 11, 2022 at 11:05 PM Laurent Rhelp wrote: Excellent, it works. But, may you please explain me how xyplot knows that it has to apply panel.bwplot

[R] lattice: how to use a log scale on the x-axis with the bwplot function

2022-12-10 Thread Laurent Rhelp
Dear R-Help list,    I would like to use bwplot from the lattice package with a log scale both on the x-axis and the y-axis but I do not know how to do that because I do not know how to change the factor x-axis in a numeric x-axis.  Here is my example: library(lattice) # the mock data y

Re: [R] lattice: how to use a log scale on the x-axis with the bwplot function

2022-12-11 Thread Laurent Rhelp
in(DF, m <- tapply(y, groups, mean)) xyplot(y ~ m, DF, scales = list(log = TRUE), panel = panel.bwplot, horizontal = FALSE, box.width = .0001) Best, -Deepayan On Sat, Dec 10, 2022 at 7:46 PM Laurent Rhelp wrote: Dear R-Help list, I would like to use bwplot from the lat

Re: [R] lattice: how to use a log scale on the x-axis with the bwplot function

2022-12-11 Thread Laurent Rhelp
is the box > widths, > which panel.bwplot() will not know how to compute. > > See if the following gives you a reasonable starting point: > > DF <- within(DF, m <- tapply(y, groups, mean)) > xyplot(y ~ m, DF, scales = list(log = TRUE

Re: [R] lattice xyplot: trouble about the use of yscale.components to start the yscale from zero

2023-01-24 Thread Laurent Rhelp
, the labels do not appear on the y-axis if I keep ylim = c(0,max(lim)). But nevermind because your solution to use prepanel works very well and I will think next time to use prepanel. Best regards L. Le 22/01/2023 à 18:43, Deepayan Sarkar a écrit : > > > On Sun, Jan 22, 2023 at 6:48 PM Laur

[R] lattice xyplot: trouble about the use of yscale.components to start the yscale from zero

2023-01-22 Thread Laurent Rhelp
Dear RHelp-list,  I want to choice my scale for every panel in a lattice graph according to  the ylim range of every panel, with 10 ticks and with a start from 0. Also I want to plot a grid   according to the y ticks (I did that in the panel argument with the panel.abline function) .  So I

Re: [R] latticeExtra: how to use doubleYScale when we want to keep the groups of every lattice graph

2023-02-14 Thread Laurent Rhelp
It is great ! I had not thought to use the value 0 for the variables style1 and style2. I did not well understand when reading the documentation. Thank you Laurent Le 13/02/2023 à 19:04, Deepayan Sarkar a écrit : On Mon, Feb 13, 2023 at 3:48 AM Laurent Rhelp wrote: Dear R-Help-list, I

[R] latticeExtra: how to use doubleYScale when we want to keep the groups of every lattice graph

2023-02-12 Thread Laurent Rhelp
Dear R-Help-list,  I want to use the doubleYScale function from latticeExtra to overlap two lattice graphs (cf. code below). The overlapping works but I lose the groups of every lattice, there are only two colors. Reading the documentation, the arguments style1 and style2 give me the

[R] lattice xyplot: how to change the y-axis labels size using yscale.components.subticks on the right side and how to adapt the ticks number

2023-05-29 Thread Laurent Rhelp
Dear R-Help-list,    I want to display many sensors on the same page so I have to adapt the size of the y-axis labels and I woul like to adapt the number of ticks according to the sensor. I use the yscale.components argument with the function yscale.components.subticks: see the code below.

Re: [R] lattice xyplot: how to change the y-axis labels size using yscale.components.subticks on the right side and how to adapt the ticks number

2023-05-31 Thread Laurent Rhelp
ls on the right as well, you will just need to uncomment the line ans$right <- TRUE in your my_yscale.components.subticks function. -Deepayan On Tue, May 30, 2023 at 12:39 AM Laurent Rhelp wrote: Dear R-Help-list, I want to display many sensors on the same page so I

Re: [R] cpgram: confidence band with a chirp signal

2024-04-09 Thread Laurent Rhelp
I answer to myself: I have to generate my signal up to f1 = Fs/2 in order to have a flat response over the entire frequency range. Le 09/04/2024 à 19:48, laurentRhelp a écrit : Dear RHelp-list,    I generate a swept sine signal using the signal library. I can see using the spec.pgram command

Re: [R] wrtiteBin in conjunction with seek : the position in the file is not good when writing

2024-05-21 Thread Laurent Rhelp
Le 21/05/2024 à 12:15, Ivan Krylov a écrit : > В Tue, 21 May 2024 11:29:33 +0200 > Laurent Rhelp пишет: > >> pos <- seek(con_in,2,origin="start") >> # We have to repeat the command to return the good amount of read >> # bytes >> print(paste0("po

[R] wrtiteBin in conjunction with seek : the position in the file is not good when writing

2024-05-21 Thread Laurent Rhelp
Dear RHelp-list,  I want to write at a specific position in a file without reading all the file because it is very large and I cannot read it in my RAM. But I miss something about the use of the command writeBin in conjunction with seek. In the example bellow the seek commands works well with

Re: [R] dplyr, group_by and selective action according to each group

2024-05-26 Thread Laurent Rhelp
p On Behalf Of Bert Gunter Sent: Friday, May 24, 2024 6:52 PM To: Laurent Rhelp Cc: r-help@r-project.org Subject: Re: [R] dplyr, group_by and selective action according to each group Laurent: As I don't use dplyr, this won't help you, but I hope you and others may find it entertaining anyway. I

[R] dplyr, group_by and selective action according to each group

2024-05-24 Thread Laurent Rhelp
Dear RHelp-list,    Using dplyr and the group_by approach on a dataframe, I want to be able to apply a specific action according to the group name. The code bellow works, but I am not able to write it in a more esthetic way using dplyr. Can somebody help me to find a better solution ? Thank