search for: figure1

Displaying 11 results from an estimated 11 matches for "figure1".

Did you mean: figure
2007 Sep 12
2
Tick intervals
Hi, I would like to plot a histogram with the following codes, and I would like to make the tick intervals smaller. I tried to add "lab=c(1,1,12)", but nothing changes. par(mfrow=c(1,1),font=1, cex=0.8) hist (data1, seq(-0.01,0.3,0.01),freq = FALSE, main="Figure1.",xlab="return",lab=c(1,1,12)) lines(density(data1), col="blue") Could anyone give me sone advice? Many thanks, -- View this message in context: http://www.nabble.com/Tick-intervals-tf4430457.html#a12639110 Sent from the R help mailing list archive at Nabble.com.
2009 May 08
2
postscript()-resolution
Dear users, another question concerning graphics for publications. My favourite journal wants .eps-graphics, and from older postings i adapted the following code: postscript(file="Figure1.eps", title="Figure 1", width=11.5, height=8, paper="a4",onefile=FALSE) However,  when checking the properties of this file, it is a .ps and not a .eps file. So, i konverted to .eps with ghostview. Then, for windows it is no longer a file of type "postscript",...
2006 Jun 28
1
y-axis break with lattice graphics
...have tried to do this manually using panel.line, but panel.line will not draw to the left of the y-axis (or on the y-axis for that matter). I would prefer not to have to do this by hand, but I feel like I am running out of options. The figure can be viewed here (http://threeridge.usc.edu/ Figure1.revised.pdf). The solid, green, horizontal line above the 20000 tick is where I would like to draw the break. NB, this solid, horizontal line should extend beyond the y-axis to the left, but is clearly cut off. I can post the source if necessary. Thanks, Jason [[alternative HTML version...
2012 Nov 21
1
Libguest Problem
Hi Richard, I am a user of LibguestFS. I have a problem in using LibguestFS to get the OS type of the virtual machine with Xenserver virtual environment. But when I use the command in Linux likes the figure1. I know that this disk file could add in libguestfish. My code is in the figure2. I can't get the OS info from GuestFs. Could you give me some suggests? James --------------------------------------------------------------------------------------------------- Confidentiality Notice: The i...
2006 Oct 23
1
Hi,about the png device
Hi, i have a problem with png device that is my error log "> png(file="figure1.png");plot(significant,type="scatter");dev.off() Error in X11(paste("png::", filename, sep = ""), width, height, pointsize, : unable to start device PNG In addition: Warning message: unable to open connection to X11 display '' " i searched the...
2011 Oct 20
0
StatET & Sweave cannot compile pdf files
...hen trying to compile this simple .Rnw file: ======================================================= % \documentclass[a4paper]{article} \usepackage[OT1]{fontenc} \usepackage{Sweave} \begin{document} \title{pdftest.Rnw} \author{Egor} \maketitle <<echo=F, results=hide>>= pdf(file='figure1.pdf') plot(1:10,1:10) dev.off() @ \end{document} ======================================================= I get the following error message: ======================================================= > Sweave(file = "C:/Users/Egor/Desktop/R/Head-tracking/pdftest.Rnw") Writing to fil...
2008 Nov 03
1
Sweave: side by side dynamic graphs
Hi all: I'm trying to create some side by side dynamic graphics on the same page but I am running into some problems. I am able to create side by side figures only if I import them into my PDF. see the example bellow: \documentclass[12pt]{article} \usepackage{color,cite,graphicx}% to put in axodraw \usepackage{latexsym,amssymb,epsf} \begin{document} %Import two figures side by side. Please
2009 Mar 13
1
How to combine xtable and minipage with Sweave ?
...s=TEX>>= rg<-read.table(file="d:/RWork/rg.txt", sep=";", dec=".", header=T, as.is=T) @ \begin{figure}[ht] \begin{minipage}[b]{0.5\linewidth} \centering <<RsingleA,echo=F,fig=T,width=2.5,height=2.5>>= plot(1:10) @ \caption{First figure} \label{fig:figure1} \end{minipage} \end{figure} \hspace{0.5cm} \begin{minipage}{0.7\textwidth} <<echo=FALSE, results=TEX>>= library(xtable) print(xtable(kw), include.rownames=F) @ \end{minipage} \end{document} -----------------------------------------------------------------------------------...
2001 Nov 26
2
Editing R graphics (fwd)
Thanks to the many people who adviced me on this topic. xfig works very well, at least for what I have to do now. I'd like to answer the message by Paul Marrell as well as encourage others to do so: On Fri, 23 Nov 2001, Paul Murrell wrote: > I would be very interested to know the sorts of things you do to add things > interactively to plots. > > As one reply mentioned, there
2006 Feb 09
9
Transferring R results to word prosessors
There has been an incredible number of responses in a short time, with a number of different suggestions. With hindsight, I must admit I have not been quite clear, so additional (somewhat lengthy) explanation is needed. I want to use R in an introductory course on multiple regression (among other things) starting in two weeks time for students of psychology at my University. These students
2009 Mar 14
1
multiple hypothesis testing
....txt", sep=";", dec=".", header=T, as.is > =T) > @ > > \begin{figure}[ht] > \begin{minipage}[b]{0.45\linewidth} > \centering > <<RsingleA,echo=F,fig=T,width=2.5,height=2.5>>= > plot(1:10) > @ > \caption{First figure} > \label{fig:figure1} > \end{minipage} > \end{figure} > > \hspace{0.5cm} > > \begin{minipage}{0.45\textwidth} > <<echo=FALSE, results=tex>>= > library(xtable) > print(xtable(rg), include.rownames=F, size="\\tiny") > @ > \end{minipage} > > \end{document} >...