search for: labled

Displaying 20 results from an estimated 231 matches for "labled".

Did you mean: labeled
2001 Nov 28
2
Value lables, variable lables
...S, for each variable, there is a name like VAR001 and a variable lable (a longer descriptive string) like Respondent ID and for many of the values of other variables there are value lables. For example, VAR008 has the lable GENDER of Respondent and it has values of 0 and 1, and the values are labled 0 Male 1 Female Sometimes value lables are much longer strings. Whenever a person runs a model in SPSS, the printout automatically finds the lable and prints it along with the variable name and the values are replaced by their lables. In R, does one keep a list of variable lables and valu...
2006 Feb 27
1
log scale y axis ticks control on boxplots
Hey R Users I like to control the ticks and labels in a boxplot as described for a xyplot below (thread in maillinglist in may 2003). Does anybody knows how it works? Thanks in advance Thomas Thread from May 2003 (http://tolstoy.newcastle.edu.au/R/help/03a/5604.html) Hello R Users! I'm using lattice to produce some graphs with logaritmic y-scales. I use the command xyplot(hits ~
2003 May 18
1
log scale y axis ticks control?
Hello R Users! I'm using lattice to produce some graphs with logaritmic y-scales. I use the command xyplot(hits ~ c(1:1024), data=eichData, type="S", scales=list(y = list(log=10))) to create the plot. This is fine, except for the automatically choosen tick marks. I'd like to have a major tick at the 10^n location and minor ticks in between which correspond with the native
2007 Sep 19
4
fontsize in mosaic plot lables
Hi List, I am trying unsucessfully to modify the fontsize of lables in mosaic: require(vcd) mosaic(Titanic, pop=FALSE, labeling_args=list(rot_labels=c(bottom=90,top=90), set_varnames = c(Sex = "Gender"), gp_text=gpar(fontsize=20))) #can't get it to resize text tab <- ifelse(Titanic < 6, NA, Titanic) # it works for labeling_cells labeling_cells(text = tab,
2009 Sep 26
1
Mixed font in lattice xyplot lables
Hi all, can anyone suggest a reason as mto why my xlab is plotting this text at oposite ends of axis. I would like to represent my lable like this: Moran's I ...but with the I in italics. For some reason they seperate and position at oposite ends of the axis?? Thank you library(lattice) dat <- data.frame(x = rnorm(10),y = rnorm(10)) xyplot(y ~ x, dat,xlab=expression("Moran's
2013 Sep 15
1
Data labels in R
I need to put labels in plot in R. Can someone please help? The labels are in the excel file and loaded into "lables" library(xlsx) library(zoo) fPTAnalysis<-"Input.xls" data<-read.xlsx(fPTAnalysis,9) lables<-subset(data, select=c(Labels)) data<-subset(data, select=c(Date,col1, col2 )) data<-read.zoo(data) plot(data) -- Regards, Ankur Seth [[alternative
2004 Aug 03
0
strange tickmarks placing in image
Hello, I've a problem aligning tickmarks to an image. I've created a correlation matrix for 84 datasets. I'm visualizing the matrix as an image with colour coding according to the correlation coefficient. The 84 datasets are distributed over three factors, but the desgin is unbalanced, so that the tickmarks and the lables for the axis must not evenly distributed. A regular grid via
2009 Aug 16
0
large list from mdb.get - change labled atomic to double
I have a microsoft database that I have read in that is a list of dataframes processed by mdb.get. I am trying to read this into GRASS gis and need to change the labled atomic vectors to double precision- especially the coord.x coord.y. Now is there a way to check for classes and then change them inside of a for loop. This is the code I am using at the moment. library(Hmisc) # Read all tables in the Microsoft Access database blabla.mdb # perhaps better change...
2008 Jan 07
2
reducing the number of x-axis lables in a bwplot while plotting all boxes
I apologize if this is somewhere in the archives, but I can't seem to find a solution to this question. I've been trying to plot a bwplot: print( bwplot( n.pareto ~ as.factor(gen) | mut.rate * n.pop, data=p6, horizontal=FALSE, box.ratio=0.75, cex=0.6, xlim=c(-1,51), ylim=c(-1,500),
2007 Apr 18
1
Changing axis lable text size in plots?
Dear list I'm plotting ( boxplot() and plot() ) some data for a publication. The editor would like the text labels on the plots in a larger font. I'm doing something like this: <snip> jpeg( filename = "D:/Martin/Work/CleanPath/RAF1%03d.jpg", width = 1000, height = 600, pointsize = 12, quality = 100, bg = "white", res = 96, restoreConsole = TRUE )
2007 Jan 23
1
How to generate 'minor' ticks in lattice (qqmath)
Dear group, I tried to generate labels for every second tick in lattice (qqmath). Version: 0.14-16 Date: 2006/12/01 R version 2.4.1 (2006-12-18) An example: library(lattice) numy=100 y=runif(numy,min=0,max=1) sig=0.05 numsig=length(which(y<sig)) tck.no=11 # number of ticks tcks=1:tck.no labl=as.character(0.1*tcks-0.1) # label for all ticks labl[seq(2,tck.no-1,2)]="" # delete
2015 Sep 18
0
edac-util, lables.db
Does anyone know of a source of edac labels? The one that gets installed is tiny, and doesn't for example, have anything for Dell. mark
2006 Sep 01
0
OT: How to make files placed into FTP directory avai lable via http
Ed Morrison wrote: > I'm hoping someone out there can tell me or direct me on where to find > this info on how to make files placed into an ftp directory available > via an url link in an email. I will have a staff member upload the > files to a directory on my ftp server (which is also the web server) > and the files would have to be automatically linked to a web >
2006 Jun 06
2
SPSS variable lables import
Hi, I try to get the variable labels of a SPSS data file into R but don't find this mentioned in the help file for foreign. Is there another way to get them ? BTW: An SPSS variable name is like: VAR001, whereas the variable label might be 'Identification no.' Thanks in advance, F. Thomas -- .......................................... Dr. Frank Thomas FTR Internet Research 93110
2007 Dec 06
0
row lables in heatmap.2()
Dear list, I am wondering if there are any parameters in heatmap.2 to be able to adjust the size of row labels. Or the size of the plot can be made smaller. The plot I got is big and cannot see the full row labels completely. And what is the maximum of rows which could allow row labels visible in the plot? Last time, I tried a matrix of 2900 rows, but apparently the row labels are too dense to
2005 Apr 25
2
Pca loading plot lables
Dear colleagues, I a m a beginner with R and I would like to add labels (i.e. the variable names) on a pca loading plot to determine the most relevant variables. Could you please tell me the way to do this kind of stuff. The command I use to draw the pca loading plot is the following : Plot(molprop.pc$loading[,1] ~ molprop.pc$loading[,2]) Thanks for your help Fred Ooms
2007 May 21
1
Special characters on axis lables
Hello, is there a way to specify special characters as a axis label? I need to have a tick marking the "infinity" in my plot... Is there a way? Or possibly a way to include latex-style formulas? Thanks in advance, Arne
2009 Nov 27
2
Overlapping x - axis lables
Dear R helpers Suppose I am plotting a simple scatter plot where no of paired observations (x,y) are say 100. month          length 1                   10 2                   12 3                   17 4                   21 5                   13 .......................... .......................... .......................... 100              16 when i run the command plot(month, length)
2016 Dec 29
1
Re: [rhev-tech] virt-v2v failure during selinux re-lable
Reaching out to libguestfs@redhat.com. Thanks Shahar, I didn't know that email alias existed. Also, I made the XML, full logs, and sosreport from the VM in question available here [1] [1] -http://people.redhat.com/~jcall/tmp.cKGPeNjfi8/ Thank you, John Call Red Hat - Solutions Architect jcall@redhat.com (714) 267-8802 On Thu, Dec 29, 2016 at 2:40 AM, Shahar Havivi
2006 Mar 15
2
Question about 'lables' & ect.
Hi, I have a file named: test_R.txt aaa 2 bbb 5 ccc 7 sss 3 xxx 8 I want to have a plot: test<-read.table("test_R.txt",col.name=c("Name","Score")) par(mfrow=c(1,2)) barplot(test$Score) name<-test$Name axis(1,at=1:length(test$Name),labels=paste(name)) Q1, if you try the script above,you will get 5 bars, the axis only shows "aaa",