Displaying 20 results from an estimated 216 matches for "legibly".
Did you mean:
legible
2007 Nov 26
4
writing summary() to a text file
Hi All,
I would like to output the results of a function into a text file,
legible as a such. The function produces a summary quite like:
summary(lm(x ~ y + w * z))
[for instance]
and I am not clear how to save this summary into a text file
'automagically', because I need to be able to do it in a for() loop.
Cheers,
Federico
--
Federico C. F. Calboli
Department of Epidemiology
2010 Jan 19
1
Model frame when LHS is cbind (PR#14189)
The model frame shows the response and predictors in a data frame with
nicely labelled columns:
fm <- lm(wt~qsec+log(hp)+sqrt(disp), data=mtcars)
model.frame(fm) # ok
When the left hand side consists of more than one response, those response
variables still look good, inside a matrix:
fm <- lm(cbind(qsec,hp,disp)~wt, data=mtcars)
model.frame(fm)[[1]] # ok
A problem arises when
2009 May 20
2
arrangement of crowded labels
Dear R users
I'm looking for algorithms that assist in spreading out crowded labels, e.g.
labels of points in a scatter plot, in order to obtain a nicer visual
appearance and better legibility.
I'm probably just stuck because I didn't find the right key words for a
successful search on the R websites or in the mailing list archives.
Any hints are appreciated.
Thomas Zumbrunn
2007 Feb 18
6
Simple Captcha for Rails
check out the simple captcha plugin for rails...
http://expressica.com/2007/02/06/simple-captcha-released-the-captcha-for-rails-applications/
it is really simple to implement, just need one line of code in view and
one line of code in controller or model as required. And it provides
multiple image styles to be selected from.
--
Posted via http://www.ruby-forum.com/.
2004 Jan 12
3
? data.entry "read-only" ?
Hi Folks,
The spreadsheet-like layout displayed when 'data.entry' is
invoked is very useful simply for legible display of data,
quite apart from its intended use for the purpose of entering
or editing data.
If one wants to use it _simply_ as a display device, so that
one can look around inside a data-set while working on it,
then it is not a good idea to have its _editing_ capabilities
2009 Feb 25
2
A Modest Definition List Proposal (David E. Wheeler)
Taking David's example further, here is a first try:
id | name | description | more info
-----+---------+-------------------+-----------------
6 | Inset | An inset element | just one element
8 | Stories | Another element | another element
: with 2 lines, without
: colons on the left.
9 | Other
2011 Apr 13
3
latex, eps graphics and transparent colors
I have a diagram to be included in latex, where all my figures are .eps
graphics (so pdflatex is not an
option) and I want to achieve something
like the following: three concentric filled circles varying in lightness
or saturation. It is easiest to do this using
transparency, but in my test using the postscript driver, the
transparent color fills do not appear. Is it
correct that postscript()
2005 Sep 12
5
OT: Online TTS engines?
The one I like:
http://www.rhetorical.com/cgi-bin/demo.cgi
is toast. I think they went broke or got aquired by someone. Also, is there
a Festival voice that sounds as good as Rhetorical or the AT & T stuff? The
default one is barely legible. Since Festival is a little brutal to
configure, I'd like to get someone's recommendation then go through the pain
of reconfiguring it only once.
2016 Sep 14
2
How to obtain a "non-stripped" executable for producing a usable core-dump
On 9/13/2016 10:00 PM, Edgar Pettijohn wrote:
>> I'm attempting to capture a core-dump file, and gdb reports
>> >
>> > warning: core file may not match specified executable file.
>> >
> I believe this means the core file doesn't match up to the executable. I would delete the core and try to reproduce with your new executable then run gdb with a core
2002 Mar 30
3
Website Search Improvements
The search capability at http://www.shorewall.net has been improved.
- The quick search on the main page no longer includes the mailing list
archives.
- The extended search page (http://www.shorewall.net/htdig/search.html)
allows you to search:
a) the entire site (including the archives);
b) the site excluding the archivesj; or,
c) just the archives.
- The mailing list information page
2011 Nov 18
3
tip: large plots
Hi all,
I'm working with a bunch of large graphs, and stumbled across
something useful. Probably many of you know this, but I didn't and so
others might benefit.
Using pch="." speeds up plotting considerably over using symbols.
> x <- runif(1000000)
> y <- runif(1000000)
> system.time(plot(x, y, pch="."))
user system elapsed
1.042 0.030 1.077
2008 Jul 21
1
Other video modes besides 640x480
I've written the code to switch to the largest available video mode.
As is, it is probably not very useful (because the font is probably
barely legible on a 150dpi display and because I've not modified the
background loading code).
Would it be interesting to develop it further or would it be considered
overbloat ?
If yes, I have the problem of choosing the
2024 Nov 22
1
Tomar nombres desde la matríz
Estimados
Estoy probando una alternativa, la cual no tiene ranef
Pero puedo saber cuáles son desde la siguiente matriz, 4 , 5, 6, 7, 8 son hijos de sire1, sire3 y sire4.
Obtengo los resultados, pero ¿como puedo tomar los nombres de filas y columnas, sire1, sire2, sire3, 4, 5, 6, 7, y 8, de forma tal de hacer legible el resultado para cada animal? Lógicamente, un listado de números sin decir
2005 Apr 23
1
Bootstrap / permutation textbooks
Dear R experts,
I would like to explore if and to what extent bootstrapping and
permutation statistics can help me for my research (functional brain
imaging). I am looking for an introductory textbook, rather legible. I
have statistical knowledge, but I am definitely no statistical or
mathematical guru.
Do you have suggestions for a useful textbook?
Thanks a lot,
Peter
2003 May 19
1
Asterisk Threads
Hi All,
I thought I'd place a plee for people to not reply to a thread when
starting a new subject. It really messes with the legibility of
following threads.
Obviously it's much easier to send a message that way, but please
try to keep threads apart.
Thanks,
--
Steve Szmidt
___________________________________________________________
HTML in e-mail is not safe. It let's
2010 Jan 13
2
Error when running Merriam-Webster 3.0
Wine 1.0.1, LinuxMint 8 (Ubuntu 9.10 based)
after running it the dictionary from terminal, I got the error:
zheng at zheng-laptop ~/.wine/drive_c/Program Files/Merriam-Webster $ wine merriam-webster.exe
Code:
wine: Call from 0x7b8453f0 to unimplemented function msvcirt.dll.??0ifstream@@QAE at PBDHH@Z, aborting
wine: Unimplemented function msvcirt.dll.??0ifstream@@QAE at PBDHH@Z called at
2012 Mar 08
2
Boxplot Fill Pattern
Hello R Help!
I would like to make a legible boxplot of tree growth rates for each of
seven tree species at each of seven different sites. It's a lot of data to
put on one figure, I know. I made a beautiful, interpretable figure using
color, but my target journal can't deal with color figures. I can use seven
shades of grey to fill the boxes, but the figure then becomes
uninterpretable -
2012 Jun 19
1
Format text with outline?
I'm using mtext() to annotate a plot. I would like, if possible, to have
the individual characters formatted with an outline or border, with a
contrasting fill color inside the borders.
I'd appreciate suggestions or pointers toward a way to do this.
The reason is because I'm creating a graphic with a transparent background
[png(filename,bg='transparent')] that is to be
2007 Apr 28
1
Hmisc curve label size & cex
R-Masters,
I need to produce high resolution line plots and place labels on the
curves. It seems that cex must be high relative to the other cex
values in order to produce sufficiently large & legible tick labels
at high resolutions. But high cex values cause the curve labels to
become gigantic when using Hmisc. I've struggled and searched the
archives, but cannot find a way of
2007 Jan 19
3
integrate and quadratic forms
Hi all.
I'm trying to numerically invert the characteristic function
of a quadratic form following Imhof's (1961, Biometrika 48)
procedure.
The parameters are:
lambda=c(.6,.3,.1)
h=c(2,2,2)
sigma=c(0,0,0)
q=3
I've implemented Imhof's procedure two ways that, for me,
should give the same answer:
#more legible
integral1 = function(u) {