On Jun 19, 2012, at 12:33 PM, masterpatacca wrote:
Hi and thanks in advance to everyone who will be able to help me.
I have 2 independent lognormal distributions with different means
and sd.
You should explain what that sentence means to you, preferably by
offering an example in R code.
Hi and thanks in advance to everyone who will be able to help me.
I have 2 independent lognormal distributions with different means and sd. I
want to plot them togheter in a 3D plot.
How can i do this??? I'm getting crazy...
Thanks
Ale
--
View this message in context:
http://r.789695.n4.nabble
Edwin,
the problem is that the underlying R code treats the "lab" argument as
something that should be approximate in some way.
In your case, you can say, e.g.:
par(lwd=3)
scatterplot3d(.
lab= c(5,hostLength*2),
.)
Best wishes;
uwe
Edwin Sendjaja wrote:
Edwin Sendjaja wrote:
> Hi Uwe,
>
> I decided to use scatterplot3d, because it looks better.
> I have some questions:
>
> Is it possible to get 1 axis( for example: z-axis) not as numeric, but as
> character.
>
> Because I have date set like this:
>
> x=relative Time: 0,3 ms; 0,5ms, etc
> y=
Hi Uwe,
I decided to use scatterplot3d, because it looks better.
I have some questions:
Is it possible to get 1 axis( for example: z-axis) not as numeric, but as
character.
Because I have date set like this:
x=relative Time: 0,3 ms; 0,5ms, etc
y=Delay:10 ms, 20 ms, etc
z= Host: cnn.com, heise
Edwin Sendjaja wrote:
> Hi Uwe,
>
> Thanks for your answer.
>
> What is the different between rgl and scatterplot3d? I dont need a graphik
> like vulcano. I just need 3D-"dot"-plot.
Sure, rgl can do it as well.
Difference is that scatterplot3d is based on R's standard devices while
rgl is ba
Hi Uwe,
Thanks for your answer.
What is the different between rgl and scatterplot3d? I dont need a graphik
like vulcano. I just need 3D-"dot"-plot.
Am Donnerstag, 17. April 2008 09:03:17 schrieb Uwe Ligges:
> Edwin Sendjaja wrote:
> > Hello,
> >
> > I've got some problems. I hope someone can
Edwin Sendjaja wrote:
> Hello,
>
> I've got some problems. I hope someone can help me.
>
> First question:
> I am trying to get grid on scatterplot3d (from scatterplot3d package). It
> seems that scatterplot3d draw on grip on X and Z side. Is it possible to get
> Grid on the whole Box?
At le
Hello,
I've got some problems. I hope someone can help me.
First question:
I am trying to get grid on scatterplot3d (from scatterplot3d package). It
seems that scatterplot3d draw on grip on X and Z side. Is it possible to get
Grid on the whole Box?
Second question:
Is it possible to use the st
Duncan Murdoch-2 wrote:
>
> On 12/10/2007 11:26 AM, David Bickel wrote:
>> Could anyone recommend a package for visualizing a likelihood function
>> of two scalar parameters? I would prefer a three-dimensional plot
>> similar to the kind Mathematica is known for, perhaps generated by a
>> packa
On Mon, 10 Dec 2007, Uwe Ligges wrote:
> See ?persp
If you have a suitable OS, I would recommend using package rgl and
persp3d: the ability to change viewpoint interactively is very useful.
>
> Uwe Ligges
>
> David Bickel wrote:
>> Could anyone recommend a package for visualizing a likelihood f
On 12/10/2007 11:26 AM, David Bickel wrote:
> Could anyone recommend a package for visualizing a likelihood function
> of two scalar parameters? I would prefer a three-dimensional plot
> similar to the kind Mathematica is known for, perhaps generated by a
> package not specific to likelihood.
The
See ?persp
Uwe Ligges
David Bickel wrote:
> Could anyone recommend a package for visualizing a likelihood function
> of two scalar parameters? I would prefer a three-dimensional plot
> similar to the kind Mathematica is known for, perhaps generated by a
> package not specific to likelihood.
>
>
Could anyone recommend a package for visualizing a likelihood function
of two scalar parameters? I would prefer a three-dimensional plot
similar to the kind Mathematica is known for, perhaps generated by a
package not specific to likelihood.
David
__
David R. Bickel
Ot
14 matches
Mail list logo