7;t
update those packages. Is there any way to just install R without any
third-party packages, and let individual users install the packages they
want?
Thanks.
- Elliot
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing
ean(z)), by = eval(parse(text = sprintf("list(%s)",
paste(x, collapse=","]
I think that's a pretty ugly solution (although it does work), but I
haven't come up with anything better. Any suggestions?
Thanks.
- Elliot
On Tue, Sep 11, 2012 at 11:33 AM, El
list(y)]
it does the wrong thing, because sum(y) in each group is just the common
value, rather than that value times the length. Is there any way around
this? Obviously I could rewrite the expression if I know I'm going to by
grouping by y, but I'd like it to be generic.
Thanks.
-
can reuse,
similar to the function "f" above. Can someone please explain how to
do that?
Thanks.
- Elliot
--
Elliot Joel Bernstein, Ph.D. | Research Associate | FDO Partners, LLC
134 Mount Auburn Street | Cambridge, MA | 02138
Phone: (617) 503-4619 | Email: elliot.bernst...@fdopartner
I see. I typically use a (one-sided) formula as the first argument to Ecdf,
but didn't even think about that distinction in putting together this
example.
Thanks again for your help.
- Elliot
On Tue, Jul 31, 2012 at 12:46 PM, Deepayan Sarkar wrote:
> On Tue, Jul 31, 2012 at 6:43 PM
A follow up on this issue...if I first build the package using "R CMD build
temp", I can install the resulting .tar.gz file from within R using the
"install.packages" command, but I still can't install it from the command
line using "R CMD INSTALL".
- Ellio
failed for package temp
* removing /home/ebernstein/Rlib_2.15.1/temp
If I remove the dependency on "Matrix", it installs fine. I'm using R
2.15.1 on linux, and version 1.0-6 of the Matrix package. Can anyone
explain what's going on here?
Thanks.
- Elliot
--
Elliot Joel Bernste
just call the "histogram" function with a different prepanel and panel
function. Is it not considered a lattice plot only because it isn't part of
the lattice package?
Thanks.
- Elliot
On Tue, Jul 31, 2012 at 2:32 AM, Deepayan Sarkar
wrote:
> On Tue, Jul 31, 2012 at 2:43 AM, El
possible to see that much
detail.
For example:
require(Hmisc)
x <- rnorm(1e6)
pdf("test.pdf")
Ecdf(x)
dev.off()
The resulting pdf files is 31MB. Is there any easy way to get a smaller pdf
file without having to manually prune the dataset?
Thanks.
- Elliot
--
Elliot Joel Berns
d | g, groups = h, data = dat, type = 'l', scales =
list(relation = "free"),
auto.key = TRUE)
plt1 <- useOuterStrips(plt1)
plt1 <- combineLimits(plt1)
The x-axis labels are right after the call to 'useOuterStrips' but they get
converted to numeric after the call to '
I want to include this in the prepanel function is
that I want to add conditioning and use the "combineLimits" function in the
latticeExtra package.)
Thanks.
- Elliot
[[alternative HTML version deleted]]
__
R-help@r-project.org m
same scale within each row).
Thanks.
- Elliot
--
View this message in context:
http://r.789695.n4.nabble.com/One-main-title-and-One-legend-for-multiple-lattice-plots-tp1598894p4593320.html
Sent from the R help mailing list archive at Nabble.com.
_
diagonal panels
Thanks.
- Elliot
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide c
more information about
error locations. I don't know if it will handle this case (R doesn't
get told the filename in case of input redirection, for example).
Generally the goal is to report error lines during interactive use,
batch use is assumed to already be debugged.
Duncan Murd
That worked perfectly. Thanks!
- Elliot
On Mon, May 09, 2011 at 12:20:36AM +0530, Deepayan Sarkar wrote:
> On Fri, May 6, 2011 at 9:24 PM, Elliot Joel Bernstein
> wrote:
> > I'm trying to create an xyplot with a "groups" argument where the y-variable
> > is t
nt the result to look the same as if I had done
dat$cumvalue <- with(dat, unsplit(lapply(split(value, group), cumsum),
group))
xyplot(cumvalue ~ date, data = dat, group = group, type = 'l', grid = TRUE)
Thanks for your help.
- Elliot
Elliot Joel
On Feb 18, 2011 11:02 PM, "Deepayan Sarkar"
wrote:
>
> On Fri, Feb 18, 2011 at 11:04 PM, Elliot Joel Bernstein
> wrote:
> > I'm trying to use lattice graphics to produce some small plots for
inclusion in a LaTeX file. I want the LaTeX fonts to be used in the plots,
par.settings = rescale.pars())
dev.off()
x[sample(length(x), 5)] <- NA
nan2last(x)
Thanks.
- Elliot
___
panel.xyplot(...)
})
Thanks.
- Elliot
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide h
;l')
will work, but if Y is large, this notation can get very awkward. Is there a
way to do something simpler, along the lines of
xyplot(Y ~ x, type='l')
Thanks.
- Elliot
--
Elliot Joel Bernstein, Ph.D. | Research Associate | FDO Partners, LLC
134 Mount Auburn Street | Cambridg
21 matches
Mail list logo