similar to: How to rotate an axis?

Displaying 20 results from an estimated 3000 matches similar to: "How to rotate an axis?"

2010 Jan 18
2
permutations from vectors out of a matrix
Dear R-Users, I'm relativley new to R and have the following problem. I need all permutations of the vectors created by the collumns of a matrix. I will give a small example: p=3 n=2^p-1 #number of obtainable vectors mat=matrix(0,p,p) for(i in 1:p) { mat[i:1,i]=1/i } mat is now a
2011 May 24
2
Problem with visualization of power of t test
Dear R-User, I'm trying to visualize the results of the power calculation with the function power.t.test(). Therefore I want to plot the related t-distributions and shade the surfaces indicatingt the type I error, the type II error and the power. For sample sizes greater 30 I got results which are very satisfying. For small sample sizes I got stuck and did'nt find a mistake. To show you
2010 Jan 08
1
Using outer with function predict
Hey everybody, I have a problem with the combination of the commands outer() and predict(). I want to visualize the solutions of a regression modell in a matrix. Therefore I want to use the command predict for a linear modell as the function inside the command outer. I've made a small example: x = 1:10 y = 11:20 z = rnorm(10) lm.1 = lm(z ~ x*y)
2011 Mar 29
1
Pictures/ Graphics in rd-files
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110329/ec6a4e5d/attachment.pl>
2012 Feb 07
2
units for mapproject() function result
Does anyone know what the units are for projected coordinates obtained using mapproj's mapproject function with an Albers projection? Thanks for any and all help! Buck Stockhausen *************************************************** * Dr. William T. Stockhausen * *************************************************** * Resource Ecology and Fisheries Management * *
2010 Jun 28
2
Using if statement on function
Hello everybody, I'm trying to use a if-statment on a function. For a better understanding I want to present a small example: FUN=mean # could also be median,sd or any other function if (FUN == mean) plot(...) if (FUN == median) plot(...) ... This doesn't work, because FUN is a function. I've already tried to coerce the
2010 Aug 09
2
How to extract the conf.level out of t.test() data
Good afternoon everybody, I'm writing a little function to visualise hypothesis testing. Therefore I need to extract the confidence level of a t-test. Here a little example: x <- str(t.test(1:10) gives List of 9 $ statistic : Named num 5.74 ..- attr(*, "names")= chr "t" $ parameter : Named num 9 ..- attr(*, "names")= chr
2010 Jan 12
2
Making routine faster by using apply instead of for-loop
Hey everybody, I have a small problem with a routine, which prepares some data for plotting. I've made a small example: c=10 mat=data.frame(matrix(1:(c*c),c,c)) row.names(mat)=seq(c,1,length=c) names(mat)=c(seq(2,c,length=c/2),seq(c,2,length=c/2)) v=as.numeric(row.names(mat)) w=as.numeric(names(mat)) for(i in 1:c) { for(j in 1:c) {
2010 Nov 08
2
Visualization of histograms
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20101108/60bbf91d/attachment.pl>
2004 Aug 20
6
Asterisk PBX Functions via SIP phone
Hi All, I am using a Grandstream BT100 and I have been trying to get the PBX features to work for DND, call foward, etc. These functions do work when I use my POTS phones hooked up to my Zap cards. But I cannot get the PBX functions (ie *78, *79) to work using my SIP phones. Is there a feature that has to be enabled to do this? I know these functions are available within the GS phone but all of
2005 Mar 08
3
question about vpn
on i have a small question we have a linux box with a windows 2003 server well we natted all the ports and mail is working remote desktop is working web is working the only thing that does not work is vpn how can i foward vpn traffic to this server i checked the site and searched for foward vpn and got nothen can somone please enlight me where to start Marshal McInnis Tech / Web
2017 Dec 12
0
[ovirt-users] qemu-kvm-ev-2.9.0-16.el7_4.11.1 now available for testing
2017-12-11 18:11 GMT+01:00 Markus Stockhausen <stockhausen at collogia.de>: > Hi Sandro, > > I'm wondering if BZ1513362 (AIO stuck fixed in qemu-kvm-rhev-2.9.0-16.el7_ > 4.12) > will be worth to give the newer version a try. > Above version is not yet released, can't see it on ftp://ftp.redhat.com/pub/redhat/linux/enterprise/7Server/en/RHEV/SRPMS/ > >
2004 Aug 19
7
Can PSTN CallerID be fowarded to a SIP phone extension?
Hi All, I have a server setup with an incomming PSTN line and a bunch of Grandstream BT100 phones. Is there a way for asterisk to foward an incomming callerID from the PSTN to the SIP phone that is setup as an extension? We have a Voice menu setup for incomming calls and I would like to recieve the caller ID of the calls we are recieving after the incomming caller reaches their final
2001 Nov 01
3
Newbie: IE5.5
howdy, i am very new to WINE and have looked around for some docs on howto get IE5.5 running, but can't seem to find anything straight foward. i just installed RH7.2, and am running Ximian GNOME, without a Windows partition. WINE is apparently installed by default with RH7.2. i tried the simple 'archnid' (solitaire) program and seemed to work ok. however, i have the IE5.5 executable,
2003 Dec 23
4
Merry Christmas, all Asterisk users!
It's the day before Christmas here in Sweden, actually the night before at this time... We celebrate Xmas on the 24th, so I'm about to log off and switch my Asterisk into "merry-christmas-mode" with the yet undocumented CLI command "frosty-mode on", a mode where the PBX will connect all incoming extensions to the "ho-ho-ho" sound file and then randomly pick a
2004 Oct 17
2
Windows SDK not up to speed
Hello, Being that this is my first post here and my first ever post on a mailing list, I hope I am doing everything right! Anyways, basically I have joined this mailing list because I have a concern/question. Why is the Windows SDK at version 1.0.1 when the Linux/Unix library is at 1.1.0? If this is a number difference and it is really the same thing, I apologize. But, if it is that the
2004 Oct 17
2
Windows SDK not up to speed
Hello, Being that this is my first post here and my first ever post on a mailing list, I hope I am doing everything right! Anyways, basically I have joined this mailing list because I have a concern/question. Why is the Windows SDK at version 1.0.1 when the Linux/Unix library is at 1.1.0? If this is a number difference and it is really the same thing, I apologize. But, if it is that the
2009 Dec 24
3
An unprofessional message
Dear R helpers,   I understand that this is absolutely unprofessional on my part and this group doesn't entertain such things. I have been associted with this group since last 1 and half years and have been immensely benefited by the noble service rendred by many R helpers.   So I take this opportunity to thank all of you and wish you all   "MERRY CHRISTMAS".   I sincerely apologize
2006 Dec 21
4
ClamAV Installation
Hi All, I try to installed ClamAV using rpm from Karan.org repository but I can't find the clamd.conf and freshclam.conf file. After listing the file installed by using rpm -ql | grep clamav, I observe that it was really not included in the installation. Did I miss something here? If possible, I want to use RPM based installation for easy maintenance and also based on your suggestions from my
2006 Oct 21
2
Filling in a series
Colleagues After reading in some clinical data, I discovered that the subject ID column contains entries only for the first record for each individual; subsequent rows are recorded as NA. For example: > 1 > NA > NA > NA > NA > 2 > NA > NA > NA > NA > 3 > NA > NA > ... I can think of various approaches to replace the NA values with appropriate