Displaying 20 results from an estimated 400 matches similar to: "How to make flowchart in R?"
2012 Oct 05
1
LaTeX consistent publication graphics from R and Comparison of GLE and R
Hi Everyone
I am at the moment preparing my thesis and am looking at producing a few
Organigrams / Flow charts (unrelated to the calculations in R) as well as a
range of charts (barcharts, histograms, ...) based on calculations in R.
For the Organigrams I am looking at an Opensource package called GLE at
sourceforge, which produces the text part in Latex figures which is very
neat and also in
2010 Jan 06
1
Code flowchart generator for R ?
Hello dear R help group,
I wish to create a flowchart of my R code (specifically for profiling the
connection of different functions).
Maybe something similar to this:
http://www.fatesoft.com/s2f/
But for R, and that it will be free (open source would be best).
After some searching, I found this package:
http://cran.r-project.org/web/packages/diagram/
But couldn't find a way to this
2017 Mar 18
2
Something similar to Doxygen for standard dialplan?
How are we all documenting complex dialplan?
Is there something similar to Doxygen?
I've got around 20 config files covering around 60 contexts and 40
variables. Of course, I've maintained a basic list of the major stuff,
and documented the code throughout, but it's grown to the stage where
it needs to be better documented, have a proper flowchart etc.
Talking of flowcharts, I see
2010 Jan 06
0
Antw: Code flowchart generator for R ?
You may want to look into RAnalyticFlow:
http://www.ef-prime.com/products/ranalyticflow_en/index.html
Regards, Frank
********************************************************
Dr.med. F. Bloos, Ph.D./U.W.O.
Oberarzt
Klinik f. Anästhesiologie und Intensivtherapie
Klinikum der Friedrich-Schiller-Universität Jena
Erlanger Allee 101
07747 Jena
GERMANY
Tel: +49 - 3641-932 32 83;
Fax: +49 -
2017 Mar 18
4
Something similar to Doxygen for standard dialplan?
Hi, thanks - that looks really good!
I was about to embark on some non-visual stuff using Ragic, but this
looks great.
Is there a binary anywhere, or any instructions to compile? I've never
compiled C# code before, and although a quick google suggests it
shouldn't be too hard, I might need to know a few things like what
version of .net it should be compiled with.
The readme just points
2007 Feb 22
4
Crosstabbing multiple response data
Using R version 2.4.1 (2006-12-18) on Windows, I have a dataset which resembles this:
id att1 att2 att3
1 1 1 0
2 1 0 0
3 0 1 1
4 1 1 1
ratings <- data.frame(id = c(1,2,3,4), att1 = c(1,1,0,1), att2 = c(1,0,0,1), att3 = c(0,1,1,1))
I would like to get a cross tab of counts of co-ocurrence, which might resemble this:
2002 Nov 15
1
Peeling Specification
After reading the recent thread
[http://www.xiph.org/archives/vorbis/200211/0057.html] on the vorbis
list about bitrate peeling, I was wondering if it would be possible for
xiph.org to post a specification, outline, flowchart, or a drawing on a
napkin of what the basic operations of bit peeling would entail. If
there was some sort of starting point, then it may be a little more
inviting for
2006 Jan 06
1
Linux HA may not be the best choice in yoursituation. High Availability using 2 sites
In a nutshell and very first of all, you need at least 2 internet
connections. Those ISP must be willing to setup BGP peering between
your routers and theirs. Once that agreement has been made, you need to
get their AS Numbers and submit the ASN request located on ARIN's
website (http://www.arin.net). After some paperwork and money
exchanges, ARIN assigns you an AS number. At that point,
1999 Sep 30
6
Graphics output device
Dear developers,
I wonder would you consider making a save to a graphics file format (as opposed
to ps)?
What prompts this is that we have just finished my wife's thesis using R
heavily for stats and graphs. The combination of latex, bibtex and R generated
.eps worked a treat and we were very pleased with both the final outcome and
the efficiency of gernerating it, especially when all the
2005 Sep 05
12
TeX distribution on Windows
I'm looking for a Windows distribution of TeX that works with R, after a
few years' absence from Windows. On Duncan Murdoch's Rtools page fptex is
still recommended, but it turns out that fptex is "defunct" as of May 2005,
see
http://www.metz.supelec.fr/~popineau/xemtex-7.html
So, what is suggested? TUG (tug.org) recommends something called proTeXt,
which is said to be
2017 Sep 13
2
https://ctan.org/tex-archive/graphics/pstricks/contrib/pst-barcode/
Hi,
https://ctan.org/tex-archive/graphics/pstricks/contrib/pst-barcode/
says that pst-barcode is included in texlive.
I installed texlive, and it can?t find pst-barcode.sty. Is that a
bug in the packaging Centos does, or is texlive in Centos some
derelict version?
2000 May 29
2
LaTeX \varrho
Hi,
plot( <whatever> , xlab=expression(rho))
works fine and plots LaTeX''s \rho. How can I plot \varrho ?
Torsten
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject
2005 Nov 28
4
Games-Howell, Gabriel, Hochberg
Hello,
I read a book about statistics in psychology. The authors use SPSS. They
talk about post hoc tests after ANOVA finds significant effects:
- Gabriel's procedure (for equal or slightly different sample sizes)
- Hochberg's GT2 (for different sample sizes)
- Games-Howell procedure (for populations with unequal variances)
I could not find them in R. Do they not exist in R
2017 Sep 13
1
https://ctan.org/tex-archive/graphics/pstricks/contrib/pst-barcode/
On 13 September 2017 at 11:42, Johnny Hughes <johnny at centos.org> wrote:
> On 09/13/2017 10:28 AM, hw wrote:
>>
>> Hi,
>>
>> https://ctan.org/tex-archive/graphics/pstricks/contrib/pst-barcode/
>> says that pst-barcode is included in texlive.
>>
>> I installed texlive, and it can?t find pst-barcode.sty. Is that a
>> bug in the packaging
2012 May 08
2
Installing LaTeX class files not available in Debian packages
I apologize for abusing the list somewhat but there is some connection
to R. Several of the example files in the knitr package for R use the
tufte-handout class, which, AFAICS, is not available in Ubuntu or
Debian packages (please correct me if I am wrong).
The source files are available at tufte-latex.googlecode.com (a.k.a.
code.google.com/p/tufte-latex) and I presume they should end up in a
2004 Sep 28
3
S latex listings
Hello,
I would like to insert S code to my latex document. I was looking for a
listings package that supports S. In www.r-project.or in the
software/other section there is an item with a link to latex package
listings, but it seems that the link is broken. Does anybody know an
alternative to get the package?
Thanks in advance,
2000 Jan 28
3
porting OpenSSH to an SX4
Dear OpenSSH developers,
I'm trying to port OpenSSH to our NEC SX4, but am having trouble finding
reference to the 'addrinfo' structure. (Refer ssh.c:488). If anyone can
shed some light on this struct, or has ported OpenSSH to a similar platform,
I'd be very interested to hear from you.
Thanks,
Niels
--
HPC Systems Programmer
Information Technology Services,
The University
2007 Dec 09
1
R + LaTeX formula
Hi,
what is actually the best method to include R-plots into LaTeX documents?
At the moment i use
postscript("myplot.eps", width = 12.0, height = 9.0, horizontal = FALSE,
onefile = TRUE, paper = "special",encoding = "TeXtext.enc")
plot(foo,bar)
dev.off()
But it is a bit unhandy to scale later and its difficult to get nice
formula in the plots.
And how should
2002 Feb 28
3
R-plots with 'complex' axis-labelling
Hi there,
I want to create plots with some kind of 'complex' axis labelling of the form
$\dot{V}$ and integrate those plots into a LaTeX document. What is the best
way to go?
I've figured out, that the 'plotmath' commands are somewhat limited (at least
I wasn't able to get the $\dot{V}$ generated) and that plots with
'plotmath'-axes wouldn't export
2010 May 13
1
Using Sweave in hostile environments
I'm trying to put together a poster using the LaTeX a0poster package and
including some things from pstricks to get gradient shading, etc.
The problem is that the default environments used by Sweave don't work
where I need them. A simple code chunk like
<<eval=FALSE>>=
x <- 1
@
buried in a minipage within a psshadowbox gives the error
Runaway argument?
> x <- 1