similar to: plotting with gap in x-axis range

Displaying 20 results from an estimated 1000 matches similar to: "plotting with gap in x-axis range"

2009 Apr 22
4
plot confidence intervals as shaded band
Hi, does anyone know how do I plot confidence intervals as a shaded band around a curve, rather than as errors bars? many thanks, ulisses. [[alternative HTML version deleted]]
2009 Apr 21
2
multiple plots in same graph window
Hi, I'm trying to make multiple plots in a same graph window in R. The multiple graphs are showing up in the right positions on the window, but I'm having the problem that the graphic window is being refreshed every time a new plot is drawn, so that I end up with only the last graph coming up; the previous ones are all erased If I try to print in a .eps file directly, then I end up
2017 Jul 31
2
Icecast 2.4.99.1 Opus Metadata. status.xsl and playlist.log
Hello, I'm currently testing Icecast 2.4.99.1 in regards to Opus metadata support. I have a Ogg Opus stream located here: http://50.31.159.156/64.opus When I playback the stream in VLC I see the expected metadata displayed in the client. ffprobe and mediainfo also return the expected metadata. # mediainfo http://50.31.159.156/64.opus General Complete name :
2007 May 21
2
more simplified output from glht object
Hi, I use glht to make multcomp, using Tukey, from a glm model. It is possible to get a more simplified output of result? Somethink like ordering by letters. Thanks Ronaldo -- Human kind cannot bear very much reality. -- T. S. Eliot, "Four Quartets: Burnt Norton" -- > Prof. Ronaldo Reis J?nior | .''`. UNIMONTES/Depto. Biologia Geral/Lab. de Ecologia | : :' :
2004 Jan 14
3
summary() within a function
I have the following function f <- function { ... model <- lm(rttx[,1] ~ rttx[,2] + 0); summary(model); ... } while summary(model) shows the summary if I execute the function line by line in the Command Line Interface, if I call f() summary is silent how to solve it? or is there workaround? thanks in advance Ulisses Debian GNU/Linux: a dream come true
2017 Feb 13
1
Installing Libspeex in VLC
Good day everyone, I'm trying to run .speex audio files in VLC. So I found a link to libspeex in VLC website, and I downloaded the package. Anyway, I don't know how to install it from now, once it's in a tar.gz format. Do I have to extract the files and paste it in VLC folder? P.S.: I'm using Win7. Thx a lot. Best regards, Ulisses -------------- next part -------------- An
2001 Apr 05
3
increasing the size of the journal data file
Hi all I'm running succesfully 2.2.19pre13ext3 as mentioned in the subject line, I would like to increase the journal file I have the jfs/* and ext3/* files and I believe that: + asigning a new journal (-o journal=[new inode or increased inode]) data can solve it + increasing the actual file _appending zeroes_ to it can be used to increase it online, however the new space will not be
2013 Jan 23
3
nut driver for SMS (brazil) UPS
Hi, I'm new to this list but I have some contribution to do (or new problem!) At this mailing list archive, october, last year, I could see that there is a demand for a nut-driver for some brazilian SMS UPS. (Monophase: Net+ and Senoidal models). The first version is running under some limitations, but it is going on. If anyone has interest for improvements, suggestions, then I can
2003 Nov 02
5
booting initramfs
Hi all I'm trying to boot with initramfs I build my own root fs, and the kernel build links it, I have double checked this when the kernel boots unpack_to_rootfs() returns no error, so it continues and .... when It tries to mount the rootfs it tries to mount from an IDE device (where the kernel was built from), and not from the initramfs "image" I think this is not documented
1998 Oct 02
1
How to mount file system from Unix on Windows 95 using SAMBA ?
I have Samba 1.9.17p3 server running on (Unix AIX 4.1.4) and I would like to mount a file system from Unix on Windows 95 using SAMBA. How do I need to do ? Thanks, Ulisses / INATEL -- INATEL - Instituto Nacional de Telecomunicacoes de Santa Rita do Sapucai CCTMN - Centro de Compet?ncia TMN Endereco: Av. Joao de Camargo, 510 mailto:ulisses@cctmn.inatel.br Tel: (035) 471 9333
2005 Jun 09
1
Linux apps from inside Wine (was:Re: Problems with Lotus Notes R5.0.12 under Wine 20050524)
Hi Andreas, I saw someone (Mike or Joachim, I think) at the list saying you have to shutdown the wineserver. It will overwrite the system.reg as soon it goes down. So before you make the changes be sure there is none wine* process running. Hope this helps. If not, write us again and we'll help you (sometime ago I run into the same problem but I can't remember the
2011 Apr 05
2
Help to check data before putting it in a database
The example scene: I have a database with stats about each goal made by my soccer team. This database (a data frame in R) is organized in lines (goals) with a set of columns containing data about these goals (player name, tactic position, etc). For now, this database will be called "data.frame1". What I need is to feed this "data.frame1" with new information about my team
2011 Sep 21
2
Limitations of audio processing in R
Hello everybody I am trying to process audio files in R and had some problems with files size. I?m using R packages 'audio' and 'sound'. I?m trying a really simple thing and it is working well with small sized .wav files. When I try to open huge audio files I received this error message: "cannot allocate vector of size 2.7 Gb". My job is open in R a 3-hour .wav file,
2017 Jun 05
3
Trying to use Opus in an STM32F429IIT6 embedded project
Hi everyone, I'm trying to use Opus in an Embedded Project which I'm developing in a STM32F429IIT6 microcontroller. Currently, I'm playing wav files in it. I ported all the files from OpusLib 1.1.4 needed to compile the project, but when I try to create and OpusDecode state, it returns the error -7 (OPUS_ALLOC_FAIL). I'm compiling it with the USE_ALLOCA flag. I also tried to
2003 Oct 27
3
assign a constant to a different column for each row
Hi all I want to assign a constant to a different column for each row eg: m[1,2] <- 0; m[2,3] <- 0; m[3,1] <- 0; m[4,2] <- 0; m[5,1] <- 0; ... etc... i've tried apply/tapply with no luck and also the following coefs <- rtt.abs[,5:8]; coefs.i <- coefs[] == 1; coefs[coefs.i] <- 0; wich results in "matrix subscripts not allowed in replacement"
2005 Jun 08
1
Linux apps from inside Wine (was:Re: Problems with Lotus Notes R5.0.12 under Wine 20050524)
Hi Shadi, I'm also using notes 5.0.12 and I've posted at May,05-2005 a message just talking about how to start Linux apps from a Windows app over/under Wine. The only problem is that I'm not using wine-20050524 ... 8-(. Instead I'm using 20040813. Follows the message. Feel free to ask me more questions and if you want I can send to you another types of scripts.
2004 Jan 26
5
conditional assignment
Hi all I want to conditionally operate on certain elements of a matrix, let me explain it with a simple vector example > z<- c(1, 2, 3) > zz <- c(0,0,0) > null <- (z > 2) & ( zz <- z) > zz [1] 1 2 3 why zz is not (0, 0, 3) ????? the null <- assignment is to keep the console silent in the other hand, it curious that null has reasonable values > null [1]
2003 Sep 12
2
partial mantel
Dear all, Has anyone written R code for partial Mantel Tests- as described for instance in Legtendre & Legendre (1998) ? In other words, in a community ecology analysis, I would like to calculate the correlation between two dissimilarity matrices, controlling for a third distance matrix representing geographical distances between sites. Thanks! Christophe Bouget Biodiversité et gestion des
2016 Jun 30
1
getfacl not have domain name and samba4 not work correctly
Hi. Sorry. Today I have a big problem with the samba I can not solve! My permissions do not work properly. in the RSAT created groups, OU and users. I configured in Windows the shared directory *TECNOLOGIA* security settings assigning full permissions to *grupo_tecnologia* (technology group). However users who are with *grupo_tecnologia* (primary) to access the share opens a popup asking for
2006 Feb 02
5
Could not load 'SOUND.DLL' required by 'sierrawh', error=2
Hello list, I'm trying to get some old windows Win95/98 games to run without too much luck. This example is a Sierra Hoyle Classic Games CD from 1998, which should be enough to keep my wife happy without having to reboot my computer back into windows...if I can get it to work. The installer itself runs fine, and even plays a sample sound clip to test the sound before installing. After