search for: titov

Displaying 15 results from an estimated 15 matches for "titov".

Did you mean: tito
2019 Apr 10
0
Parsing code with newlines
On 4/5/19 8:14 AM, Mikhail Titov wrote: > Hello! > > This is my first post here. I came across the very same problem. > It can be reproduced within modified tests/Embedding/RParseEval.c Please check https://www.r-project.org/posting-guide.html and update your post if you still need to get help here - from your curren...
2011 Aug 15
1
lattice: How to get log base for each axis inside panel function?
Hello! I'd like to have a function to draw correct grid while using log axis with xyplot from lattice package. Right now I have the following code inside of my panel function: lim <- current.panel.limits() v <- latticeExtra:::logTicks(2^lim$xlim, loc=1) h <- latticeExtra:::logTicks(2^lim$ylim, loc=1) panel.abline(h=log2(h), v=log2(v), col="LightGray") Is there an easy way
2010 Oct 12
1
lattice: dots from xyplot to xscale.components
Hello! I posted a feature request at lattice page on r-forge at https://r-forge.r-project.org/tracker/index.php?func=detail&aid=1127&group_id=638&atid=2570 , but I decided to duplicate it here to make sure that I understand everything correctly. I would like to slightly change the way my plot axis labels look alike based on custom extra arguments to xyplot and bwplot. Right now these
2010 Oct 15
0
Announcing TikZ Device 0.5.2
...ze = TRUE ). The sanitize option to tikz() was added in 0.5.0, but was non-functional due to a bug. * The second buffer overflow affects users of any version of tikzDevice. However, it only occurs when bold italic text is used in plots which is a fairly rare occurrence. Many thanks to Mikhail Titov for taking the time to file bug reports that led to the discovery of this issues. Additionally, the vignette and polypath() functions have been updated/added to support changes in R 2.12.0 and support for Solaris was improved. For more info on the tikzDevice, please visit us on GitHub: http:/...
2010 Oct 15
0
Announcing TikZ Device 0.5.2
...ze = TRUE ). The sanitize option to tikz() was added in 0.5.0, but was non-functional due to a bug. * The second buffer overflow affects users of any version of tikzDevice. However, it only occurs when bold italic text is used in plots which is a fairly rare occurrence. Many thanks to Mikhail Titov for taking the time to file bug reports that led to the discovery of this issues. Additionally, the vignette and polypath() functions have been updated/added to support changes in R 2.12.0 and support for Solaris was improved. For more info on the tikzDevice, please visit us on GitHub: http:/...
2012 Mar 04
1
How can I map "by" results to original list of indices or first difference of column of data.frame with two factors?
Hello! I?m having stacked data in a data.frame with 2 factors, ordered POSIXct, and actual value as numeric (as if for lattice::xyplot). I would like to calculate first difference using ?diff? function within corresponding subsets/partitions. Since data.frame is organized by factors and has sorted dates, it seems like "by" is a good candidate for the job. However it returns just a dumb
2011 Aug 08
2
RODBC: sqlUpdate doesn't handle properly POSIXct field?
Hello all! Can someone confirm whether there is a bug or not? I was trying to use sqlUpdate in place of sqlSave as data set I import has duplications. However I get errors while using fast=FALSE argument to safely update/ignore duplicates: Error while executing the query[RODBC] ERROR: Could not SQLExecDirect 'UPDATE "data" SET "logger"=1,
2009 Jun 19
1
typo in Lomb-Scargle periodogram implementation in spec.ls() from cts package?
Hello! I tried to contact author of the package, but I got no reply. That is why I write it here. This might be useful for those who were using cts for spectral analysis of non-uniformly spaced data. In file spec.ls.R from cts_1.0-1.tar.gz lines 59-60 are written as pgram[k, i, j] <- 0.5 * ((sum(x[1:length(ti)]* cos(2 * pi * freq.temp[k] * (ti - tao))))^2/sum((cos(2 * pi * freq.temp[k] *
2019 Apr 10
1
Parsing code with newlines
On Wed, Apr 10, 2019 at 5:06 AM, Tomas Kalibera <tomas.kalibera at gmail.com> wrote: >> This is my first post here. I came across the very same problem. >> It can be reproduced within modified tests/Embedding/RParseEval.c > > Please check https://www.r-project.org/posting-guide.html and update > your post if you still need to get help here - from your current post >
2019 Apr 05
2
Parsing code with newlines
Hello! This is my first post here. I came across the very same problem. It can be reproduced within modified tests/Embedding/RParseEval.c Actually this example has another issue, namely it doesn't wrap everything in R_ToplevelExec . This is a major show stopper for newcomers as that function is barely mentioned anywhere and longjmp into terminated setuploop function followed by R_suicide
2011 Mar 11
4
Any existing functions for reading and extracting data from path names?
Hi helpeRs, I have inherited a set of data files that use the file system as a sort of poor man's database, i.e., the data files are nested in directories that indicate which city they come from. For example: dir.create("deleteme") for(i in paste("deleteme", c("New York", "Los Angeles"), sep="/")) { dir.create(i) for(j in
2009 Jul 09
2
How to Populate List
...Snow)   72. Re: Simple monovariate classification? (Greg Hirson)   73. Re: Simple monovariate classification? (Greg Hirson)   74. Re: matching each row (tathta)   75. Re: OK - I got the data - now what? :-) (Michael A. Miller)   76. typo in ts detrending implementation in spec.pgram?       (Mikhail Titov)   77. Re: Reading from Google Docs (Farrel Buchinsky)   78. Re: matching each row (Marc Schwartz)   79. Re: OK - I got the data - now what? :-) (Mark Knecht)   80. \dQuote in packages (Rebecca Sela)   81. Re: truncated regression out-of-sample predictions       (Wouterse, Fleur (IFPRI-Senegal))  ...
2009 Jul 08
0
typo in ts detrending implementation in spec.pgram?
Hello! I wonder if there is a typo in detrending code of spec.pgram in spectrum.R from stats package. One can see in the code https://svn.r-project.org/R/trunk/src/library/stats/R/spectrum.R . I am afraid there is a typo and the code should look like if (detrend) { t <- 1L:N - (N + 1)/2 sumt2 <- N * (N^2 - 1)/12 for (i in 1L:ncol(x)) x[, i] <- x[, i] -
2012 Dec 11
0
error creating multipath storage pool
Hi I'm using Gentoo Linux, libvirt-1.0.0, qemu-1.1.2-r3, multipath-tools 0.4.8-r1. After defining a new storage pool with pool-edit <poolname>: <pool type="mpath"> <name>mpath</name> <target> <path>/dev/mapper</path> </target> </pool> I get this: internal error missing backend for pool
2012 Apr 20
1
How to make nice tiny sized figures on graphic devices producing scalable vector output?
Hello! Usually whenever I want a tiny plot, I just create it as is (or even large) and then downscale it in the end application like LaTeX of MS Word. However, all these graphic devices like postscript, pdf, win.metafile retain physical sizes, so it would be natural if I can just insert graphics as is provided those have proper physical sizes embedded. The question is what is the best