similar to: missing symbols for mathplot

Displaying 20 results from an estimated 600 matches similar to: "missing symbols for mathplot"

2007 Mar 21
2
Detailed legend in mathplot ...
Hello, Recently, I have asked for a help with building graphs, and I got few great advices. Now, my appetite is growing :) and I wander how to add legend for two (or more) lines in following example: matplot(DAT[, c(3,4)], type="b", ylim=c(0,8), xaxt="n", yaxt="n", + pch=c(21,22), col="black", lty=c("dashed","solid"), xlab="",
2010 Jun 09
2
combining expressions in mathplot
Is there a cleaner way of combining two expressions. This example works and gives what I want plot(1:10) aa <- expression(alpha==.05) bb <- expression(beta ==.80) aabb <- expression(alpha==.05 ~ ", " ~ beta ==.80) text(5, 10, aa) text(5, 9, bb) text(5, 8, aabb) text(5,1, parse(text=paste(deparse(aa[[1]]), deparse(bb[[1]]), sep="~"))) text(5,2,
2000 Aug 29
1
variable value in mathplot
I'm putting a title over different plots, where 'that' varies. How do I make the value appear? Example: that <- 1 plot(1:10) title(expression(paste(hat(theta),'= ',that))) Yudi Pawitan yudi at stat.ucc.ie Department of Statistics UCC Cork, Ireland Ph 353-21-490 2906 Fax 353-21-427 1040 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2009 Jan 06
3
smoothed contour lines
Hi all, I'm trying to draw a contour plot with rounded (smoothed) contour lines instead of sharp angles; when the grid consists of only a few points in x- and y- axis, the resulting contour is in facts rather ugly since very sharp angles may appear. I did not find any way to do it, by using either "contour" or "contourplot" (from the lattice package), I wonder if there
2008 Feb 21
1
linebreaks in mathplot
Dear HelpeRs, I would like to do sg similar to: plot(c(0,100), c(0,100), xaxs="i", yaxs="i", type="n") txt <- paste("a =", a, "%\n b =", b, " km2", sep="") text(95, 95, txt, adj=c(1,1)) just with the "km2" formatted with 2 in a superscript. I thought txt <- substitute("a = "*a*" %\n b
2006 Jan 23
0
(no subject)
Dear list members, I have to apologize. I overlooked a remark in the docs of mathplot. My problem is resolved. Kind regards, Kilian
2008 Oct 15
1
ggplot2: sub/super-script axes labels
How are sub/superscripts designated for text in axis labels? As in this y-axis label: scale_y_continuous("Respiration, pmol O2 h-1") where the "2" needs to be subscripted and the "-1" needs to be superscripted. Thanks. Adam --------------------------------------------------- Adam G. Marsh, Ph.D. Associate Professor Marine Biological Sciences University of
2002 May 10
1
expression in lattice
After checking the usual archives (Baron search engine) I came up nothing. It appears that ylab=expression() doesn't work in lattice? How do I put superscripts in ylab? Many Thanks, Hank Martin Henry H. Stevens, Assistant Professor 338 Pearson Hall Botany Department Miami University Oxford, OH 45056 Office: (513) 529-4206 Lab: (513) 529-4262 FAX: (513) 529-4243
2009 Oct 28
2
superscript in ylab
Dear all I am doing some plots in R. I want to have as label in y-axis Temperature (oC). I have used ylab=expression(paste({Temperature} ^o*C)) but what I get is TemperatureoC. How can I have a space between Temperature and the units and also the units to be in brackets? Many thanks Maria [[alternative HTML version deleted]]
2005 Mar 09
4
How to get standard deviation of rows in a matrix
Hi all, I am trying to find sd of my rows in a matrix and i get column sd inspite of extracting rows. I tried to do the sqrt(var(x)) but that did'nt work as well, Here is my data genes 15 24 63 40 25 42 46 35 23 53 37 45 30 37 50 55 40 51 30 48 x<-sd(genes[1:5,]) y<-sqrt(var(genes[1:5,])) I get 4 sds for the 4 columns instead of 5 sds for my 5 rows. Thanks you in advance.
2006 Mar 08
3
bug in map('world') ?
hi, did'nt see anything in the archive: map('world',pro='rectangular',para=0) yields a strange artifact (horizontal bar) extending over the whole map at a certain latitude range (approx 65 deg. north), whereas map('world',pro='rectangular',para=180) (which should be the same) does not show the artifact. the artifact shows up in other projections as well,
2009 Sep 07
3
World of Warcraft installed on Windows-trying to run onLinux
Hello, I know there's quite a lot of topics regarding WoW and Wine, but I did'nt find any where WoW was installed on Windows and trying to run on Linux with WINE. So I have WoW installed on Windows XP (I'm not playing retail but private server if that makes any difference), and exactly it's WoW 3.1.3. When I try to run it with WINE, there appears a black screen, mouse cursor from
2009 Apr 29
2
Select the same rows
Hi all, I have a problem selecting some rows from a random data. I'd like to select the same rows (before 0) . For example: A [1] 0 [2] 1 [3] 2 [4] 0 [5] 1 [6] 0 [7] 1 [8] 2 [9] 3 [10] 4 I'd like to select the row where a = 2 1 4 I searched on the search of the R site but I did'nt find anything of simple. Can someone help me? Thank you very much Seangduan
2004 Jan 20
2
graph algorithms in R
Hi, I was wondering if there are any packages available that can represent mathematical graphs along with functions to manipulate them? Google did'nt turn up anything ( I may be asking too much of R :-/ ) Thanks, ------------------------------------------------------------------- Rajarshi Guha <rxg218 at psu.edu> <http://jijo.cjb.net> GPG Fingerprint: 0CCA 8EE2 2EEB 25E2 AB04
2004 Aug 27
2
Packing of data files in packages
Hola! I am writing a package with some large data files, so it would be good to use the feature of zipping data. However, I use .R files to read in the data from one (sometimes more) files, so Rcmd build --zip-data gives a package which does'nt work. How should I do it, is it better ti zip each data file individually and use the functions to read from zipped files, or are there some other
2019 Jul 09
1
CTDB Samba 4.10 example?
Hi there, I use Samba 4.9 since its releaseday and also had some troubles first due to the lack of informations in the wiki. Anyways... after some try & error i got it working and since i run the Cluster (non-production environment) had no errors except CTDBs monitoring of the Samba process did'nt work as i would expect it (RPC-Server was dead but CTDB did'nt complain and "ctdb
2003 May 25
2
Windows 2000 PDC - Profiles on Samba Server
Hi, I have set up a Samba 2.2.8 server and I would like store Windows 2000 Profiles on the Samba server. For a test I set the File Permissions for all users on samba but the Windows 2000 PDC did'nt create any file of a profile. Trying to get acces from the PDC on Samba works withtout problems. Sorry for my english I'm swiss german. Thank You and Best Regards Thomas Arnold
2007 Jul 03
2
select row
Hi all, I have a little problem selecting some rows from a data.frame. I'd like to select the rows where a determinated column take a partivolar value. For example: tab id x y 1 24-2005 1621814 4834991 2 24-2005 1621856 4834907 3 24-2005 1621763 4834956 4 25-2006 1622330 4835189 5 25-2006 1622533 4834834 6 25-2006 1622535 4834909 7 25-2006 1622543
2005 Sep 07
3
Hosted PBX (vPBX) and Call/PickUP Groups
Hi, I'm working with this issue for a while, Now I already solve the dialplan issues, but I still have a question about the Callgroups, I read at www.voip-info.org that , there is a 63 limit of callgroups. And I'm wondering why?? and if the 1.2.0beta version supported more than 63 Groups?? (I did'nt find any Changelog for 1.2) or If not There is any unoficial patch for that ? Thanks
2004 Oct 17
2
Which package to download
Hello I am new to the list, and recently began using Redhat Linux 9. I am also a new WINE user, I went to the binaries page and there seemed to be some many WINE binary packages, since I am new I did'nt know which one to download. How would I know which binary package to download? _________________________________________________________________ On the road to retirement? Check out MSN