Displaying 15 results from an estimated 15 matches for "terlemez".
2017 Dec 04
1
ggtern and bquote...
...,.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)
>
> cheers.
>
> Am 04.12.2017 um 15:37 schrieb Levent TERLEMEZ via R-help:
>> 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()+
>> the...
2017 Nov 22
2
ccomp Composition and ggtern plot...
...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.
________________________________
Bu elektronik posta ve onunla iletilen b?t?n dosyalar sadece yukar?da isimleri belirtilen ki?iler aras?nda ?zel haberle?me amac?n? ta??makta olup g?nderici taraf?ndan al?nmas? ama?lanan yetkili ger?ek ya da t?zel ki?inin kullan?m?na aittir. E?er bu elektronik p...
2007 Jul 31
1
Getting variable name used in function...
...a object's name. And if it is possible, how can I assign this name as an new data object name with an extra addition, for example, data objects name+"2".
Thanks for your help.
Example:
function1(var1,var2)
function2(var1)
function2(var2)
...
With my best regards,
Levent TERLEMEZ.
[[alternative HTML version deleted]]
2017 Dec 04
1
YNT: ggtern and bquote...
...; (expression) of argument
Maybe i am writing the code wrong, i couldn't figure out.
Thanks for your kind answers.
________________________________________
Kimden: Martin Maechler [maechler at stat.math.ethz.ch]
G?nderildi: 04 Aral?k 2017 Pazartesi 16:16
Kime: peter dalgaard
Bilgi: Levent TERLEMEZ; R-help at r-project.org
Konu: Re: [R] 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...
2017 Nov 22
0
ccomp Composition and ggtern plot...
...ge 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 r-project.org> wrote:
>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....
2017 Dec 04
0
YNT: ggtern and bquote...
...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)
cheers.
Am 04.12.2017 um 15:37 schrieb Levent TERLEMEZ via R-help:
> 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(s...
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 yukar?da isimleri belirtilen ki?iler aras?nda ?zel haberle?me amac?n? ta??makta olup g?nderici taraf?ndan al?nmas? ama?lanan yetkili ger?ek ya da t?zel ki?inin kullan?m?na aittir. E?er bu elektronik p...
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...
2024 Jul 09
2
Weird R Studio behaviour...
...tops suddenly running the script? I can not following up the changes anymore as used to be and if this is a character set problem, it is coming back again and again. What is the permenant solution of this? This is like an endless problem?
With my best regards and thanks for your patience?.
Levent Terlemez.
________________________________
YASAL UYARI: Bu e-postan?n i?erdi?i bilgiler (ekleri de dahil olmak ?zere) gizlidir. Sahibinin onay? olmaks?z?n i?eri?i kopyalanamaz, ???nc? ki?ilere a??klanamaz veya iletilemez . Bu mesaj?n g?nderilmek istendi?i ki?i de?ilseniz (ya da bu e-postay? yanl??l?kla a...
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 ggtern/ggplot? I tried every given example,
>> every possible features of ggplot...
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 of all, I know this is not R Studio forum but I
> want to ask here first, if you all do not mind. Well, I am away from my
> computer right now but, I have a strange problem (at least to me). My
>...
2006 Mar 31
1
adding texts to plots and a problem....
Hello,
I have a problem with adding texts to my plots: The code is
/plot(dates(as.character(tam[,tkolon])),d[,i],ylab=names(d[i]),ylim=c(galt,gust),type="l")
abline(orta,0,lty=3,col=3)
text(//length(d[,i]//),0.025+(orta),expression(mu),col=3)
abline(orta+l2,0,lty=4,col=2)
text(length(d[,i]),0.025+(orta+l2),expression(+2*sigma),col=2)
abline(orta-l2,0,lty=4,col=2)
2011 Oct 31
2
assignment operator <- does not work in a function...
Dear Users,
I have a little problem with assignment operator. It's working from command prompt but does not work same as in the command prompt in the function. Am I missing or forgetting something? The function is (tried on both 2.13.1 and 2.13.2) as below using arules and arulseViz packages:
>kuralfonk
function()
{
require(arules)
require(arulesViz)
2011 Sep 14
1
R 2.13.1 console echo problem or am I wrong?
Dear Users,
I was using 2.12.1 version for arules and arulesViz, but I encountered with a problem. I wrote a small function that can also plotting with arulesViz. The problem occures while plotting command is on, console does not print other commands' results. So I put off the plot command, but this time only the last command's result printed in the console and also <- operator did not
2007 Jun 01
0
Font size of the plot...
Dear R Users,
I would like reduce font size of the plots of my fanny result, but I
count not. Is there a way to make changes on font sizes?
Thanks.