search for: unaesthet

Displaying 6 results from an estimated 6 matches for "unaesthet".

Did you mean: unaesthetic
2008 Jun 19
4
Controlling the length of line with abline(lm())
...realized that when I use linear regression to draw a line through my data points with something like the following: abline(lm(y ~ x)) the length of the line is infinite, i.e., the line goes beyond the smallest and the largest data values. This seems not very right to me (not to mention it looks unaesthetic). I do not mean to imply that the straight-line behavior of my system is maintained throughout. I would like to limit the length of this line to the range of my data. However, I have not been able to figure out how to. Very disconcertingly, I found out that all the books that teach statistics usi...
2002 Apr 18
1
grid lines outside plot region in version R1.4.1
Hello everybody, if I'm using par(xpd=NA) gridlines will plotted outside the plotting region. This is "new" (and, in my opinion, unaesthetic) in version 1.4 - compared to version 1.3. Is this a bug or a feature? Example: ------------------ par(xpd=NA) plot(1:11) grid() ------------------ platform sparc-sun-solaris2.6 arch sparc os solaris2.6 system sparc, solaris2.6 status...
2005 Feb 11
3
formatC with illegal input crashes Rgui (PR#7686)
Full_Name: Peter Ehlers Version: rw2001pat (2005-02-03) OS: Win XP Submission from: (NULL) (136.159.61.115) formatC(1, flag="s") crashes Rgui. Similarly for flag=[SnZ]. Stupid input, of course, but I'm error-prone. Peter
2005 Oct 19
6
how to prevent "blinking" when adding an element with an effect
Hi, I add a div to my document and use an effect to make it apear gracefully. Unfortunatly, when adding the element, the element apears shortly, then the effect (slideDown) lets it apear nicely - so the page flickers abit - What is the best practice to avoid it? Cheers, Ron
2010 Aug 16
1
need of elegant data manipulation
...mean of two variables "Q" and "T" at the levels of a third one "dP", individually for each level of "n". I managed my way through it, but it is really "roughly" done. I'd like to learn a more elegant manner for that. Thanks for your time. The unaesthetic code I produced so far is as follows: ############ DATA MANIPULATION THC515<-aggregate(subset(THC515.DATA,n==1)$Q ,list(subset(THC515.DATA,n==1)$dP),mean) names(THC515)<-c("dP","Q") tmp.T<-tapply(subset(THC515.DATA,n==1)$T ,subset(THC515.DATA,n==1)$dP,m...
2005 Aug 05
2
uint4 in quartz/flint
We have: ---------------------------------------------------------------------- typedef unsigned long uint4; ---------------------------------------------------------------------- which on an LP64 system is a lie. If uint4 is used on disk (and it's used in the btree implementation) then it would make the databases unportable, which probably isn't a good idea (unless we already have