Hi I have a large data set that consists of a time series of data captured from a device that has three dimensions. I'd like to plot the data such that I have a time series of a point, say, in 3 space. So far the documentation I've seen on 3d graphics (wireframes, topos, etc) don't seem to be appropriate for what I'd like to do. Any suggestions? thanks Lou Schreier
3D graphics
4 messages · Louis Schreierlc, Frede Aakmann Tøgersen, Yvan Richard
Perhaps this in package:
scatterplot3d package:scatterplot3d R Documentation
3D Scatter Plot
Description:
Plots a three dimensional (3D) point cloud.
Usage:
scatterplot3d(x, y=NULL, z=NULL, color=par("col"), pch=par("pch"),
main=NULL, sub=NULL, xlim=NULL, ylim=NULL, zlim=NULL,
xlab=NULL, ylab=NULL, zlab=NULL, scale.y=1, angle=40,
axis=TRUE, tick.marks=TRUE, label.tick.marks=TRUE,
x.ticklabs=NULL, y.ticklabs=NULL, z.ticklabs=NULL,
y.margin.add=0, grid=TRUE, box=TRUE, lab=par("lab"),
lab.z=mean(lab[1:2]), type="p", highlight.3d=FALSE,
mar=c(5,3,4,3)+0.1, bg=par("bg"), col.axis=par("col.axis"),
col.grid="grey", col.lab=par("col.lab"),
cex.symbols=par("cex"), cex.axis=0.8 * par("cex.axis"),
cex.lab=par("cex.lab"), font.axis=par("font.axis"),
font.lab=par("font.lab"), lty.axis=par("lty"),
lty.grid=par("lty"), lty.hide=NULL, lty.hplot=par("lty"),
log="", ...)
Yours sincerely / Med venlig hilsen
Frede Aakmann T?gersen
Specialist, M.Sc., Ph.D.
Plant Performance & Modeling
Technology & Service Solutions
T +45 9730 5135
M +45 2547 6050
frtog at vestas.com
http://www.vestas.com
Company reg. name: Vestas Wind Systems A/S
This e-mail is subject to our e-mail disclaimer statement.
Please refer to www.vestas.com/legal/notice
If you have received this e-mail in error please contact the sender.
-----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of Louis Schreierlc Sent: 18. februar 2014 19:20 To: r-help at r-project.org Subject: [R] 3D graphics Hi I have a large data set that consists of a time series of data captured from a device that has three dimensions. I'd like to plot the data such that I have a time series of a point, say, in 3 space. So far the documentation I've seen on 3d graphics (wireframes, topos, etc) don't seem to be appropriate for what I'd like to do. Any suggestions? thanks Lou Schreier
______________________________________________ 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.
For an exploratory look at the data, the package rgl (that uses OpenGL) is great.
On 19 February 2014 05:20, Louis Schreierlc <schreierlc at gmail.com> wrote:
Hi I have a large data set that consists of a time series of data captured from a device that has three dimensions. I'd like to plot the data such that I have a time series of a point, say, in 3 space. So far the documentation I've seen on 3d graphics (wireframes, topos, etc) don't seem to be appropriate for what I'd like to do. Any suggestions? thanks Lou Schreier
______________________________________________ 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.
Yvan Richard
DRAGONFLY Science
Physical address: Level 5, 158 Victoria St, Te Aro, Wellington
Postal address: PO Box 27535, Wellington 6141
New Zealand
Ph: 04.385.9285
web page
Frede thanks for the help. I'll give it a try best Lou Schreier
On Feb 18, 2014, at 1:22 PM, Frede Aakmann T?gersen <frtog at vestas.com> wrote:
Perhaps this in package:
scatterplot3d package:scatterplot3d R Documentation
3D Scatter Plot
Description:
Plots a three dimensional (3D) point cloud.
Usage:
scatterplot3d(x, y=NULL, z=NULL, color=par("col"), pch=par("pch"),
main=NULL, sub=NULL, xlim=NULL, ylim=NULL, zlim=NULL,
xlab=NULL, ylab=NULL, zlab=NULL, scale.y=1, angle=40,
axis=TRUE, tick.marks=TRUE, label.tick.marks=TRUE,
x.ticklabs=NULL, y.ticklabs=NULL, z.ticklabs=NULL,
y.margin.add=0, grid=TRUE, box=TRUE, lab=par("lab"),
lab.z=mean(lab[1:2]), type="p", highlight.3d=FALSE,
mar=c(5,3,4,3)+0.1, bg=par("bg"), col.axis=par("col.axis"),
col.grid="grey", col.lab=par("col.lab"),
cex.symbols=par("cex"), cex.axis=0.8 * par("cex.axis"),
cex.lab=par("cex.lab"), font.axis=par("font.axis"),
font.lab=par("font.lab"), lty.axis=par("lty"),
lty.grid=par("lty"), lty.hide=NULL, lty.hplot=par("lty"),
log="", ...)
Yours sincerely / Med venlig hilsen
Frede Aakmann T?gersen
Specialist, M.Sc., Ph.D.
Plant Performance & Modeling
Technology & Service Solutions
T +45 9730 5135
M +45 2547 6050
frtog at vestas.com
http://www.vestas.com
Company reg. name: Vestas Wind Systems A/S
This e-mail is subject to our e-mail disclaimer statement.
Please refer to www.vestas.com/legal/notice
If you have received this e-mail in error please contact the sender.
-----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of Louis Schreierlc Sent: 18. februar 2014 19:20 To: r-help at r-project.org Subject: [R] 3D graphics Hi I have a large data set that consists of a time series of data captured from a device that has three dimensions. I'd like to plot the data such that I have a time series of a point, say, in 3 space. So far the documentation I've seen on 3d graphics (wireframes, topos, etc) don't seem to be appropriate for what I'd like to do. Any suggestions? thanks Lou Schreier
______________________________________________ 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.