search for: ticklab

Displaying 12 results from an estimated 12 matches for "ticklab".

Did you mean: ticklabs
2002 Jun 20
2
scatterplot3d
Hello, I am trying to replicate example 4 in the package 'scatterplot3d': s3d.dat_data.frame(cols=as.vector(col(my.model4)), rows=as.vector(row(my.model4)), value=as.vector(my.model4)) scatterplot3d(s3d.dat, type="h", lwd=5, pch=" ", x.ticklabs=colnames(my.model4), y.ticklabs=rownames(my.model4), main="Conditional probabilities, Model 3") Nice! but, 1) Not clear how to attach a vector of alphanumeric labels for rows and columns -- instead of the rownames. 2) What is the 'pch' option for producing vertical lines (for t...
2011 Jan 25
1
question about the axis label
...on about the axis label of scatterplot3d function. The data is in the attachment. If I use the command: scatterplot3d(x,y,z,type="h") I want the plot's x-axis lab to be 1,2,3,...,13, y-axis lab to be 1,2,3,...11 But if I use the command: scatterplot3d(x,y,z,type="h",x.ticklabs=1:13,y.ticklabs=1:11) The axis labs are overlap, still can't get what I want. I'm in difficulty in how to set the axis labels,which need your suggestion very much. Thanks for your help. My best. -------------- next part -------------- An embedded and charset-unspecified text was...
2008 Jan 26
2
scatterplot3d with categorical data
...at<-data.frame( x=c(1,1,1,2,2,2,3,3,3), y=c(1,2,3,1,2,3,1,2,3), z=c(1,2,3,4,5,6,7,8,9)) scatterplot3d(mymat, type="h", lwd=5, pch=" ", xlab="xlabel", ylab="ylabel", zlab="zlabel", xlim=c(1,3), ylim=c(1,3), lab=c(3,3), x.ticklabs=c("Low","Medium","High"), y.ticklabs=c("Green","Blue","Black"), main="My Bar Plot") But I still get x ticks at 1, 1.5, 2, 2.5, 3 on both x and y axes. I thought lab controlled this (according to the documentation). What am...
2017 Oct 30
4
Scatterplot3d :: Rotating x tick labels by x degrees
...q(1, 157) ,market_date=seq(as.Date("2000/1/1"), as.Date("2003/1/1"), by="7 days")) mydf$market_date=as.Date(mydf$market_date, format="%Y-%m-%d") scatterplot3d(mydf$market_date ,mydf$rate ,mydf$age ,x.ticklabs = seq(as.Date("2000/1/1"), as.Date("2003/1/1"), by="330 days")) [[alternative HTML version deleted]]
2008 Apr 16
3
memory issues
Hi all, I've read the R for windows FAQ and am a little confused re: memory.limit and memory.size to start using R 2.6.2 on WinXP, 2GB RAM, I have the command line "sdi --max-mem-size=2047M" Once the Rgui is open, memory.limit() returns 2047, memory.size() returns 11.315, and memory.size(max=T) returns 19.615 Shouldn't memory.size(max=T) return 2047? Upon running several
2007 May 10
1
scatterplot3d fine tuning
I have a 3D scatterplot and would like to change the displayed range along the y-axis. for instance suppose I have: x = seq(0.2,0.7,0.01) y = seq(0.4,0.9,0.01) z = runif(51) scatterplot3d(x,y,z,xlim=c(0.2,0.7),ylim=c(0.4,0.9),zlim=c(0,1)) But would like the y-axis to read: 0.4, 0.5, 0.6, blank, blank, 1.0 Is there a way to issue an "axis" statement in the scatterplot3d? Also,
2007 Sep 24
1
urgent for R graphics
...228 83 6.69 2 274 83 7.36 3 320 83 8.86 4 366 83 7.36 5 412 83 6.81 6 228 129 5.58 --------------------- I want to draw a 3d graphic. I use the code __________________ scatterplot3d(avs$a,avs$b,avs$emprical,type="h",angle=35,scale.y=0.7,pch=16, + y.ticklabs(0,500,by=100),y.margin.add=0.1) _________________________________ Now I want to add a rectangle on the x,y axis, does anyone could tell me the code? I try a lot, but don't find. and another question, how do I revoke the "point3d" function? Thank you so much. XiangGang ---...
2017 Oct 31
0
Scatterplot3d :: Rotating x tick labels by x degrees
...q(as.Date("2000/1/1"), as.Date > ("2003/1/1"), by="7 days")) > > mydf$market_date=as.Date(mydf$market_date, format="%Y-%m-%d") > > scatterplot3d(mydf$market_date > ,mydf$rate > ,mydf$age > ,x.ticklabs = seq(as.Date("2000/1/1"), as.Date > ("2003/1/1"), by="330 days")) > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https:...
2017 Oct 31
1
Scatterplot3d :: Rotating x tick labels by x degrees
...;), as.Date >> ("2003/1/1"), by="7 days")) >> >> mydf$market_date=as.Date(mydf$market_date, format="%Y-%m-%d") >> >> scatterplot3d(mydf$market_date >> ,mydf$rate >> ,mydf$age >> ,x.ticklabs = seq(as.Date("2000/1/1"), as.Date >> ("2003/1/1"), by="330 days")) >> >> >> [[alternative HTML version deleted]] >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRI...
2017 Oct 31
1
Scatterplot3d :: Rotating x tick labels by x degrees
...=seq(as.Date("2000/1/1"), as.Date("2003/1/1"), by="7 days")) > > mydf$market_date=as.Date(mydf$market_date, format="%Y-%m-%d") > > scatterplot3d(mydf$market_date > ,mydf$rate > ,mydf$age > ,x.ticklabs = seq(as.Date("2000/1/1"), as.Date("2003/1/1"), by="330 days")) > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat...
2017 Oct 27
1
3D Plot with Date Axis?
Hello, I would like to format the X axis of the plot created via the scatterplot3d function or any other function which will work. Here is an example of what I am trying to do: library("scatterplot3d") mydf=data.frame(rate=c(1,1,4,4), age=c(2,2,5,5), market_date=c('2017-01-01', '2017-02-02', '2017-03-03', '2017-04-04')) scatterplot3d(mydf$market_date,
2017 Nov 01
0
Scatterplot3d :: Rotating x tick labels by x degrees
...,age=seq(1, 157) ,market_date=seq(as.Date("2000/1/1"), as.Date ("2003/1/1"), by="7 days")) mydf$market_date=as.Date(mydf$market_date, format="%Y-%m-%d") scatterplot3d(mydf$market_date ,mydf$rate ,mydf$age ,x.ticklabs = seq(as.Date("2000/1/1"), as.Date ("2003/1/1"), by="330 days")) [[alternative HTML version deleted]] ______________________________________________ R-help at r-project.org<mailto:R-help at r-project.org> mailing list -- To UNSUBSCRIBE and more, see https:...