similar to: How to wrap or split labels on plot

Displaying 20 results from an estimated 500 matches similar to: "How to wrap or split labels on plot"

1997 Dec 16
1
RedHat 5.0 Linux libc to glibc
This was posted on another list I follow and I thought it might be important if you are not already aware of the change: >Between Redhat 4.2 and Redhat 5.0, Redhat changed from libc version 5 to >glibc version 2.0 as the standard C library. This arranges its include >files differently and has resulted in MOST programs needing changes to >compile under Redhat 5.0. Paul Gilbert
2007 Apr 05
1
Ignoring increment hint when maximized horz/vert
Here's a quick patch to have either horz or vert (instead of both) maximized windows honor the "ignore" option: --- src/window.c +++ src/window.c @@ -4012,7 +4012,7 @@ constrainNewWindowSize (CompWindow *w, if (d->opt[COMP_DISPLAY_OPTION_IGNORE_HINTS_WHEN_MAXIMIZED].value.b) { - if ((w->state & MAXIMIZE_STATE) == MAXIMIZE_STATE) + if (w->state
2008 Apr 16
3
Problems with R2WinBUGS
Hello, I am trying to use R2WinBUGS to conduct a mixed treatment comparison (MTC) analysis. On the surface, it seems to me that I am following the correct steps: (1) reading the data into R, (2) specifying initial values for the parameters in the model and (3) fitting the model to the data using the bugs() function in R2WinBUGS. However, I get the error message
2012 Mar 01
2
Robust ARMA Fitting in R?
Hello, BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; } Does any one know if there are any functions/packages available in R for robust fitting of ARMA time series models (e.g., similar to the function arima.rob() in S-PLUS)? Many thanks and kind regards, Isabella Isabella R. Ghement, Ph.D. Ghement Statistical Consulting Company 301-7031 Blundell Road,
2009 Nov 11
1
Unexpected behaviour for as.date()
Hi everyone, I am trying to use the function as.date() from the "dates" package in R 2.10.0 to convert a character date to a Julian date, as follows: > as.date("02-MAY-01", order="mdy") # convert May 2, 2001 to a Julian date [1] 2May1 However, when trying to convert a character date from the year 2000 to a Julian date, I get an <NA> instead of the desired
2007 Jul 13
2
trouble compiling Hmisc package
Hi: We're trying to install the Hmisc package on a Solaris 9 machine. Here's what we get: R CMD INSTALL /usr/local/srctree/Hmisc_3.4-2.tar.gz * Installing to library '/usr/local/lib/R/library' * Installing *source* package 'Hmisc' ... ** libs g95 -fPIC -g -O2 -c cidxcn.f -o cidxcn.o g95 -fPIC -g -O2 -c cidxcp.f -o cidxcp.o g95 -fPIC -g -O2 -c hoeffd.f -o
2004 Jun 16
6
Invalid Extensions -- More like traditional PBX systems?
I was wondering if there was a way of setting up the dialplan in a way that if you dial an extension that is NOT in the dialplan then it would play a not-in-service gsm file and then play congestion tones. I would rather like this better than just hearing a busy signal on my phones.. I DID search around on the wiki and using google and could not find anything. Thanks. -- Stephen Rosebush,
2009 Nov 11
1
Unexpected behavior for as.date()
The date library was written 20 or so years ago. It was a very good first effort, but the newer Date library has superior functionality in nearly every way. The date library is still available, for legacy projects such as yours, but I do not advise it for new work. To answer your specific questions: 1. What you have is a real bug. The underlying C routine that scans through the text returns
2017 Sep 06
2
rgdal error when trying to import raster
Dear useRs, I am trying to import a raster with the line: nlcd <- raster("/home/jpolo/NRI/nlcd_nri5000.tif") And I keep getting an error like this: "Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,? : ? there is no package called 'rgdal' Error in .rasterObjectFromFile(x, band = band, objecttype =
2004 Jun 27
2
H323 audio problem
Hi everybody, I'm running an asterisk box -cvs version since few monthes, updated it middle of may and a last one on thursday (24 june) Since this one, my H323 calls loose they audio, both sides. Calling directly from Gatekeeper is ok, so problem comes from h323 asterisk channel. I saw few people telling about similar problem begining of month, does they solve their problem? I also grab
2004 Jun 22
1
Asterisk -- PBX Do Not Disturb
That could explain why it wouldn't work on any of my sip extensions I tried it on this morning when I first read about it and thought cool the things you learn. Is there anyway to make it work on Sip extensions? Cheers, Dean -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Aaron J. Angel Sent: Wednesday, 23
2017 Sep 06
0
rgdal error when trying to import raster
Hi, The message "there is no package called 'rgdal'" means that you don't have rgdal installed. https://cran.r-project.org/web/packages/rgdal/index.html Also, you will get very good patial-centric help if you subscribed to r-sig-geo here https://stat.ethz.ch/mailman/listinfo/r-sig-geo Cheers, Ben > On Sep 6, 2017, at 2:52 PM, john polo <jpolo at mail.usf.edu>
2017 Sep 06
1
rgdal error when trying to import raster
Indeed, Ben, but the question was something more like it is not a Dependency, just Suggested, so why the error... John: If you read the Introduction to the 'raster' package vignette, it indicates that some input formats are supported within the raster package and some rely on other packages. Clearly the attempt to read a TIFF was an example of the latter. Had you used a different input
2004 Jun 10
10
Automating calls
Hello I have heard that i can put a file in a certain directory to get * to initiate a call. Is this true ? if so where would i look ? Best Regards Simon Garvey
2004 Jun 08
6
iaxtel 1-800 gateway down?
Does anyone know if the 1-800 iaxtel gateway is down? I've been trying to use it all day today and asterisk says it's ringing: Channel (Context Extension Pri ) State Appl. Data IAX2[iaxtel]/1 ( s 1 ) Ringing AppDial (Outgoing Line) SIP/2201-a253 (home 18888476626 1 ) Ring Dial IAX2/XXX:YYYY@iaxtel.com/18888476626@iaxtel But I
2004 Jun 12
5
MWI on Cisco ATA-186 (SIP)
I am trying to set up the Message Waiting Indicator (stutter tone/light) so that my cisco ata-186 will let my phones know there is a message waiting. However this does not seem to be very well documented. I found this on wiki mailboxnumber@context ... where does that go? Do I put it in my SIP.conf definition for my cisco ata, or where. In my SIP cisco definition i already have a
2008 Apr 15
4
heavy graphs
Dear R community, I am creating large graphs with hundreds of thousands of datapoints. My usual way for output was pdf, but now I am getting file sizes of >30Mb that do not open well (or at all) in Adobe. Is there a way to reduce the resolution or get rid of overlaying datapoints? Any other idea is also warmly welcome! Thank you and wishing you a good day! Georg. **********************
2005 Apr 21
1
Fwd: (KAME-snap 9012) racoon in the kame project
FYI, looks like support for Racoon is ending. Does anyone have any experience with the version in ipsec-tools ? ---Mike >Racoon users, > >This is the announcement that the kame project will quit providing >a key management daemon, the racoon, and that "ipsec-tools" will become >the formal team to release the racoon. >The final release of the racoon in the
2017 Sep 04
0
JSM 2018 Invited Session Proposals on Statistical Graphics and Data Visualization Due by September 7, 2017
Dear Colleagues, If you work in the statistical graphics and/or data visualization fields, please consider organizing an invited session for the JSM 2018 conference in Vancouver, whose theme is ?#LeadWithStatistics.? ASA's Section on Statistical Graphics will sponsor 3 invited sessions at JSM 2018, with a further 1-2 proposals having the potential to be included in the JSM 2018 conference
2009 Apr 08
0
Comparing Proportions Among Groups
Hi everyone, I am trying to compare proportions among groups using the logistic regression approach as follows: 1) Fit the model log(p_i/(1-p_i)) = M + G_i, where p_i is the probability of success in group i and G_i is the effect of group i, i=1,..,I. 2) Test the hypotheses: Ho: G_1 = G_2 = ... = G_I (the probability of success is the same for all groups) versus Ha: at least two