e a binary font file?
Can someone give me a link to an example?
Kind regards and thanks a lot,
--
Jonas Stein
__
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/po
Hi,
how can i plot two different x axis in a ggplot2 qplot?
I want to plot Farenheit and Celsius in one diagram.
x1:Farenheit x2:Celsius
kind regards,
--
Jonas Stein
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
he classic "plot' command i could add
the curves with something like
for... {
data<-read.csv
points(data$x, data$y, col=myrainbow, type="l")
}
How would you solve it in ggplot?
Kind regards,
--
Jonas Stein
__
R-help
On 07/12/2012 01:39 AM, Duncan Murdoch wrote:
On 12-07-11 2:34 PM, Jonas Stein wrote:
Take a look at the predicted values at your starting fit: there's a
discontinuity at 0.4, which sure makes it look as though overflow is
occurring. I'd recommend expanding tanh() in terms of expone
ength(t))*0.001
plot(x=t, y=yy, pch=18)
dd <- data.frame(y=yy, x=t)
nlsfit <- nls(data=dd, y ~ 1/2 * ( 1- mytanh((x - ttt)/0.0001) * exp(-x /
tau2) ), start=list(ttt=0.5, tau2=0.02) , trace=TRUE)
==== R CODE ENDS HERE ===
--
Jonas Stein
E)
# get error:
# Error in nls(data = dd, y ~ 1/2 * (1 - tanh((x - ttt)/smallc) *
exp(-x/tau2)), :
# singular gradient
--
Jonas Stein
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide h
cairo_pdf() vs. pdf() what is the difference between them and
which one would you suggest to use in combination with pdflatex?
kind regards,
--
Jonas Stein
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do
regards,
--
Jonas Stein
__
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 commented, minimal, self-contained, reproducible code.
ta object
nlmod <- nls(X ~ A+B*sin(C* Y), data=mydata, start=list(A=2, B=4, C=1),
trace=TRUE)
# this nls fit fails.
Who can help me to fit this type of data?
Kind regards,
--
Jonas Stein
__
R-help@r-project.org mailing list
https://stat.eth
and we can see the code used.
sure
http://www.r-bloggers.com/ggheat-a-ggplot2-style-heatmap-function/
kind regards,
--
Jonas Stein
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide htt
gend like this in a standard plot like
plot(1:10) too?
http://www.r-bloggers.com/wp-content/uploads/2011/03/heatmap.png
kind regards,
--
Jonas Stein
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the
s for the text need adjustment
(linespacing is quite large and so on)
Is there an alternative to legend()?
Is it possible to place the legend() outside of the plot area?
Kind regards,
--
Jonas Stein
__
R-help@r-project.org mailing list
s a si2float converter in future...
Betatesters are welcome. After some more testing i want to upload the
package to the R package collection.
kind regards,
--
Jonas Stein
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-hel
On 2012-01-18, William Dunlap wrote:
> Try adding
> LazyData: yes
> to the DESCRIPTION file.
>> [3] https://github.com/jonasstein/sitools
Thank you. Now it works and I could add all SI prefixes.
--
Jonas Stein
__
R-help@r-proj
]
kind regatds,
[1] https://github.com/jonasstein/sitools/blob/master/init.R
[2] https://github.com/jonasstein/sitools/downloads
[3] https://github.com/jonasstein/sitools
--
Jonas Stein
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman
rote.
It works. Thank you.
How can i get my R clean again afterwards to test the next version?
kind regards,
--
Jonas Stein
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www
to directory
‘/usr/local/lib/R/site-library’
R tries to install something in my system. That may confuse my
debian packagemanagement.
kind regards,
--
Jonas Stein
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
P
3 * kilo
[1] 3000
[*] https://github.com/jonasstein/sitools
--
Jonas Stein
__
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 prov
,ylim=c(45,184),ylab='FACIT-PAL',xlab='Time
> to death',color=FALSE,lwd=1)
i can not use your example, as i have no enable2r.csv, but perhaps
you have luck if you change
xlab='Time to death'
to
xlab="Time to death
ite set of points you can at least deal with it
> exhaustively.
my real data is not limited to integer. Do you know a ready to use code
example for this?
Would it be a good idea to create a function and make it public to the
community? And if yes as single .R file, or as a library?
kind rega
Paradis (R for Beginners)
I have uploaded the source to
https://github.com/jonasstein/R-Reference-Card
It is my favourite R Reference Card and I am looking forward to recieve
your suggestion for improvement.
Is there a prominent place where i should push the compiled .PDF to?
Kind regards,
--
Hi,
i'd like to update my R-Reference card and commit some edits,
but i could not get the source from rpad.org
Did it move?
kind regards,
--
Jonas Stein
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEA
On 2012-01-05, Jonas Stein wrote:
> i want to plot values with frequency on a logarithmic x axis.
> similar to this example that i found in the web:
> http://www.usspeaker.com/jensen%20p15n-graph.gif
>
> I would like to convert long numbers to si prefix notation
> like in the e
thing like mailman does here
https://stat.ethz.ch/mailman/listinfo/r-help
If he can reply he will be permanently accepted as member.
If you like this idea, could the responible person check
the optionflag in gmane?
Kind regards,
--
Jonas Stein
__
R
create labels by hand, but
i have many files so i need some automatic function.
Has anyone done that in R?
Kind regards and thank you for your help,
--
Jonas Stein
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
i have a list of values like this
x y
1 3
2 2
3 3
4 4
5 5
6 4
7 3
8 2
9 3
and need the inflexion points (and all max and min).
Is there a nice way to get the local max, min and inflexion points?
kind regards,
--
Jonas Stein
__
R-help@r-project.org
m(25),rnorm(25), xaxs ="i", yaxs="i", xlim=c(-2,2),
> ylim=c(-2,2))
That is exactly what i have been looking for. Thank you.
>> [1]
>> http://commons.wikimedia.org/wiki/File:Atmospheric_radiocarbon_1954-1993.svg
--
Jonas Stein
regards,
--
Jonas Stein
__
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 commented, minimal, self-contained, reproducible code.
to try it again now.
kind regards,
--
Jonas Stein
__
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 commented, minimal, self
, ‘digest’, ‘cacheSweave’ are not available
| 2: In install.packages("pgfSweave", , "http://www.rforge.net/";) :
| installation of package 'pgfSweave' had non-zero exit status
|
`
what will i have to do now?
And could someone give me an example how to write a formu
akFreqHz = subset(fp, AmpNorm == max(AmpNorm))$Frequenz[1]
Is there something nicer?
And is there an easy way to do the same on "predict()"
Thank you and kind regards,
--
Jonas Stein
__
R-help@r-project.org mailing list
https://stat.ethz.ch/
or a = 1.4e-05 with 98% confidence
Thank you for reading so far and thank you for any help.
--
Jonas Stein
__
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/p
font that is
used in the TeX-document?
Thank you for any help.
--
Jonas Stein
__
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
have been some improvement...
Does anyone know a nice and easy way to turn labels on the y axis in the
same direction as the x labels?
Thank you very much for reading and hints,
--
Jonas Stein
__
R-help@r-project.org mailing list
https://stat.ethz.ch
al
> statist (processor, RAM, HDD...)?
It is debain linux on a 3.2 GHz AMD with 2 GB RAM and 400 GB HDD here.
Using Emacs (ESS)
--
Jonas Stein <[EMAIL PROTECTED]>
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-he
CC to email,
thanks so far,
--
Jonas Stein <[EMAIL PROTECTED]>
__
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 commented, m
Hi,
i want to import data from .ods and .xls files in R on a linux system.
Seems it was a faq in the past, but i found only solutions for Windows.
Is there a handy solution for linux? The best would be something like
mytab <-read.ods(...)
Any hints? Thanks a lot for reading so far,
--
Jo
does not work.
ps: thank you all for the replies per mail and the list here.
--
Jonas Stein <[EMAIL PROTECTED]>
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-pr
files[i] )
}
but this does not work of course.
Has anyone a good hint?
Thank you,
--
Jonas Stein <[EMAIL PROTECTED]>
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http:
clude("~/R/myconstants.R")
kind regards,
--
Jonas Stein <[EMAIL PROTECTED]>
__
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 provid
, nknots = 10, spar=0.5)
mydiff <- predict(myspl, 0:max(H), deriv=1)
# find the maximum peak max(y)
y1=y2= max(mydiff$y)
# now i want to plot a line through the maximum of the derivation
# how can i get the x-coordinate?
# segments(x1,y1,x2,y2)
detach()
--8<----
http://pl.physik.tu-berlin.de/groups/pg262/Protokolle/Hysterese/sv4084103.gif
--
Jonas Stein <[EMAIL PROTECTED]>
__
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
I have a dozen plots that looks similar to the linked one [1]
How can R calculate the intercepts with x-axis and y-axis in best way?
As there are many data files to process, the solution should not need
a lot manual work per data file.
Thanks a lot,
--
Jonas Stein <[EMAIL PROTEC
t it is a bit unhandy to scale later and its difficult to get nice
formula in the plots.
And how should i write formulas on the axis or at specific points?
Has someone had some effort in exporting plots to pstricks or pictex?
kind regards and thank you for reading so far,
--
regards,
Jonas Stein <[EMAIL PROTECTED]>
__
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 commented, minimal, self-con
...
--
kind regards,
Jonas Stein <[EMAIL PROTECTED]>
__
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 commented, minimal
Hi,
i have some data, that has 1-5 % noise.
I want to smooth this data without loosing rows.
rollmean() would be great, but it returns a vector of different size as the
initial vector.
--
kind regards,
Jonas Stein <[EMAIL PROTECTED]>
__
R-
47 matches
Mail list logo