similar to: Weird R Studio behaviour...

Displaying 20 results from an estimated 200 matches similar to: "Weird R Studio behaviour..."

2024 Jul 09
1
Weird R Studio behaviour...
I think you should also update R to the latest version, as that *might* be the source of the problem. Other may be able to give you a specific diagnosis, but updating R is to a (reasonably, at least) current version is good practice anyway. Cheers, Bert On Tue, Jul 9, 2024 at 8:11?AM Levent TERLEMEZ via R-help < r-help at r-project.org> wrote: > Hi, > > Have a nice week. First
2017 Nov 22
2
ccomp Composition and ggtern plot...
Dear Users, I would like to use compositions package with ggplot/ggtern, other composition classes of compositional package can be used with ggtern by converting to data frame but I could do anything with c(ount)comp class. Ggplot/ggtern can not recognise comp and also can not be converted to data frame. Is there any other way to do this? Thank you in advance, Levent TERLEMEZ.
2017 Nov 22
0
ccomp Composition and ggtern plot...
I have no clue what this package is for, but reading the help page for the ccomp function tells you that it returns a numeric vector or matrix. How do YOU want to display information from this numeric vector? That will determine how you would put it into a data frame. -- Sent from my phone. Please excuse my brevity. On November 22, 2017 3:13:01 AM PST, Levent TERLEMEZ via R-help <r-help at
2017 Dec 04
2
ggtern and bquote...
Dear Users, What is the proper way to write symbol, superscript, subscript in ggtern/ggplot? I tried every given example, every possible features of ggplot but couldn?t achived. I just want to write P_a, sigma^2, etc, would you please advise me about this problem. Thanks in advance, Levent TERLEMEZ ________________________________ Bu elektronik posta ve onunla iletilen b?t?n dosyalar sadece
2017 Dec 04
1
YNT: ggtern and bquote...
Hi, My example code is this; x11<-data.frame(A=c(.6,.6,.6),B=c(.20,.20,.20),C=c(0.20,.20,.20)) ggtern(data=x11,aes(A,B,C,xend = c(0.7,.00,0.7),yend = c(.30,.50,.0),zend =c(.0,.50,0.3)))+ geom_point()+ theme_showarrows()+geom_segment(size=.5)+ geom_text_viewport(x=c(.45,.27,.37),y=c(.32,.29,.22),label=as.expression("P_a","P_b","P_c"))
2017 Dec 04
0
YNT: ggtern and bquote...
reading ?plotmath you might notice that "_" isn't the propper syntax for subscripts. This will work: ggtern(data=x11,aes(A,B,C,xend = c(0.7,.00,0.7),yend = c(.30,.50,.0),zend =c(.0,.50,0.3)))+ geom_point()+ theme_showarrows()+geom_segment(size=.5)+ geom_text_viewport(x=c(.45,.27,.37),y=c(.32,.29,.22),label=c("P[a]","P[b]","P[c]"), parse=TRUE)
2017 Dec 04
1
ggtern and bquote...
D'oh! Thanks for pointing this out. I blame caffeine depletion at the time... -pd > On 4 Dec 2017, at 15:48 , Eik Vettorazzi <E.Vettorazzi at uke.de> wrote: > > reading ?plotmath you might notice that "_" isn't the propper syntax for > subscripts. This will work: > > ggtern(data=x11,aes(A,B,C,xend = c(0.7,.00,0.7),yend = > c(.30,.50,.0),zend
2017 Dec 04
0
ggtern and bquote...
> On 4 Dec 2017, at 11:58 , Levent TERLEMEZ via R-help <r-help at r-project.org> wrote: > > Dear Users, > > What is the proper way to write symbol, superscript, subscript in ggtern/ggplot? I tried every given example, every possible features of ggplot but couldn?t achived. I just want to write P_a, sigma^2, etc, would you please advise me about this problem. Did you try
2017 Dec 04
2
ggtern and bquote...
>>>>> peter dalgaard <pdalgd at gmail.com> >>>>> on Mon, 4 Dec 2017 14:55:19 +0100 writes: >> On 4 Dec 2017, at 11:58 , Levent TERLEMEZ via R-help >> <r-help at r-project.org> wrote: >> >> Dear Users, >> >> What is the proper way to write symbol, superscript, >> subscript in
2005 Jul 26
0
Re: refresh problem
I don't off-hand remember, but the folks on the user list probably do (;-)) You accidentally sent to the development list --dave Serhat G?RSOY wrote: > *********************** > This mail and its attachments have been scanned by InterScan MSS. > ***********-*********** > > > hi folks, > > I am a new samba user and I have a problem like this; > > When I copy
2003 May 02
0
için Anatolya aroma ozlu madensuyu tan?t?m?..
?yelik Bilgileriniz Kullan?c?Ad?n?z : ?ifreniz : Tekrar ?ifreniz : Gizli Soru : ? Cevab?n?z : Ki?isel Bilgileriniz Ad?n?z : Soyad?n?z : E-Mail Adresiniz : Adresiniz : ?ehir
2014 Sep 29
0
Echo cancellation problem
Hi all, I have been trying to implement speex echo cancellation algorithm on STM32F4 Discovery board; however, I could not make it work properly. I tried synchronous, asynchronous way of to do that and the only thing I heard was "cazzsdaos?eo?hodg etc" :) I try to use empty array for all parameters in the cancellation function, but the result is always the same
2014 Oct 10
0
Echo cancellation problem
Hello again, I want to ask a question in my mind by reminding the topic below. Can the reason of failing be that Codec,which plays sound, and Mic are connected the different clock source? If it is because of that, what can I do to cancel the echo? Isn't there any solution for this? Is asynchronus speex functions for this? Best Regards, KAHYA PS: Sorry for my bad english. From: ?evket K?r?ad
2000 Aug 14
0
More secure wu-ftpd
class local real,guest,anonymous xxx.xxx.xxx.xxx class intern real,guest,anonymous xxx.xxx.xxx.xxx class extern anonymous * #fake passwd :) # noretrieve /etc/passwd # noretrieve /etc/shaddow deny 194.102.92.* /etc/mesaj/denymsg deny 193.230.84.64 /etc/mesaj/msg.local deny 192.162.1.1 /etc/mesaj/msg.local limit local 0 Any /etc/mesaj/msg.local limit intern
2008 May 27
1
label outliers in geom_boxplot (ggplot2)
Dear List and Hadley, I would like to have a boxplot with ggplot2 and have the outlier values labelled with their "name" attribute. So I did > library(ggplot2) > dat=data.frame(num=rep(1,20), val=c(runif(18),3,3.5), name=letters[1:20]) > p=ggplot(dat, aes(y=val, x=num))+geom_boxplot(outlier.size=4, outlier.colour="green") >
2002 May 08
1
PROBLEMS with XP and SAMBA
I have a problem with my windows XP clients and samba version 2.2.0 - 2.2.4 When I try to access my share on my redhat linux 7.1 or 7.2 my window simple begin to hang about 4 - 7 minutes and then I maybe get lucky to enter my share or else the window hang and it's now impossible to even reboot my computer, but if I minimize the window and try to open a new one it goes quick and painless and
2006 Nov 29
1
[Fwd: Re: Authentication]
Sorry, I forgot to Reply all -------- Original Message -------- Subject: Re: [Dovecot] Authentication Date: Wed, 29 Nov 2006 09:49:42 +0200 From: "M. Tolga ?zses" <mtozses at sabanciuniv.edu> To: eric <eric at ccat.co.nz> References: <456D3221.2030900 at ccat.co.nz> eric wrote: > Try as I may, I cannot get Dovecot to allow anything but blank > passwords
2017 Dec 26
1
Time Series with Neural Networks
Hi, I am would like to ask few questions. I am trying to forecast hourly electricity prices by 24 hours ahead. I have hourly data starting from 2015*12*18 to 2017-10-24 and I have defined the data as time series as written in the code below. Then I am trying do neural network with 23 non-seasonal dummies and 1 seasonal dummy. But I don?t know whether training set is enough.( Guess it is 50
2006 Jul 12
7
Does anyone work with iso-8859-1 database ?
hello, Our database is in is-8859-1, and I want to update some text fields without success due to some accentuate characters ?? ect ... In my html page (where the charset is iso-8859-19) my textarea display the accentuate characters well and when the user post the form ... I thought that I just need to save it .... without success since ruby map one byte for one character ... So I
2006 Jul 10
0
ajax scaffold problem
Hi, I am using ajax_scaffold to generate against a model backed by atable on SQLServer... It creates all the stuff, and I can list the items in my table... But, the "Edit" and "Create New" buttons dont work... The strange thing is that the problem occurs when I edit the ajax_scaffold generated controller with before_filter/set_charset... I try to set the charset of pages