On 18.02.2012 23:34, Jaimin Dave wrote:> Hi Everyone,
> I have csv file which is in following format
> xmin,xmax,ymin,ymax,zmin,zmax
>
> I want to plot 3d graph with all the all octants being displayed as well.
> Any idea? I have used scatterplot3d package but it does not seem to have
> anything by which i can draw "octants" inside cube as well.
No, but you can easily add lines() or segments() to display that, see
the Examples section of the help page on how to add additional elements
to an existing plot.
Uwe Ligges
>
> Thanks
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org 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.