Re: [R] missing symbols for mathplot

2006-11-11 Thread stortignauz

Thanks,
it works perfectly ;-)


Gabor Grothendieck wrote:
> 
> Try this:
> 
> plot(0, main = quote(P(X ~ "|" ~ A ~ intersect(B
> 
> 
> On 11/10/06, stortignauz <[EMAIL PROTECTED]> wrote:
>>
>> Hi all,
>>
>> I'm trying to write an axis label
>> that sounds P( X | K and Xb ) (probability of X given K and Xb )
>> but I need the intersection symbol
>> (the "\cap" in latex)
>> Actually I did'nt find any "cap" symbol
>> in plotmath, the only one is
>>
>>   intersect(A[i],i==1,n)
>>
>> but is not my case because subscripts and arguments are mandatory.
>>
>> Anyone knows how to do?
>> Thanks
>>
>> Andrea
>>
>> --
>> View this message in context:
>> http://www.nabble.com/missing-symbols-for-mathplot-tf2607328.html#a7275849
>> Sent from the R help mailing list archive at Nabble.com.
>>
>> __
>> R-help@stat.math.ethz.ch mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-help
>> PLEASE do read the posting guide
>> http://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>>
> 
> __
> R-help@stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/missing-symbols-for-mathplot-tf2607328.html#a7291450
Sent from the R help mailing list archive at Nabble.com.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] missing symbols for mathplot

2006-11-10 Thread Gabor Grothendieck
Try this:

plot(0, main = quote(P(X ~ "|" ~ A ~ intersect(B


On 11/10/06, stortignauz <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I'm trying to write an axis label
> that sounds P( X | K and Xb ) (probability of X given K and Xb )
> but I need the intersection symbol
> (the "\cap" in latex)
> Actually I did'nt find any "cap" symbol
> in plotmath, the only one is
>
>   intersect(A[i],i==1,n)
>
> but is not my case because subscripts and arguments are mandatory.
>
> Anyone knows how to do?
> Thanks
>
> Andrea
>
> --
> View this message in context: 
> http://www.nabble.com/missing-symbols-for-mathplot-tf2607328.html#a7275849
> Sent from the R help mailing list archive at Nabble.com.
>
> __
> R-help@stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] missing symbols for mathplot

2006-11-10 Thread stortignauz

Hi all,

I'm trying to write an axis label
that sounds P( X | K and Xb ) (probability of X given K and Xb )
but I need the intersection symbol
(the "\cap" in latex)
Actually I did'nt find any "cap" symbol
in plotmath, the only one is

   intersect(A[i],i==1,n)

but is not my case because subscripts and arguments are mandatory.

Anyone knows how to do?
Thanks

Andrea

-- 
View this message in context: 
http://www.nabble.com/missing-symbols-for-mathplot-tf2607328.html#a7275849
Sent from the R help mailing list archive at Nabble.com.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.