search for: displ

Displaying 15 results from an estimated 15 matches for "displ".

Did you mean: disp8
2020 Oct 21
2
AES spesification
Dear I use dataset , as called "mpg" This is code ggplot(data=mpg)+ geom_point(mapping = aes(x=displ, y=hwy, colour=year)) But I would like to see only "year of 1999" in this relationship between x and y variables How could I change the code in this direction? I found the following code library(dplyr)year_1999 <- filter(mpg, year=="1999")ggplot(year_1999, aes(x=displ, y=...
2003 Feb 01
3
Read.table problem
...read some data I have using the read.table function. I always get an error of type : Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, : line 1 did not have 9 elements Here is my code: varnames <- c("names", "symbol", "price", "displ", "gas", "weight", "reliab", "origin", "type") cardat <- read.table("PowerMac 7300:Logiciels de Statistiques:rm162:car02.txt", col.names=varnames, as.is=c(F,T,F,F,F,F,F,F,F,F)) Can you advice me ? Thanks in advance, Pascale...
2007 Feb 19
1
Installing Rmpi on FC5 with lam
...arning: ?sexp_recv? may be used uninitialized in this function Rmpi.c: In function ?mpi_reduce?: Rmpi.c:586: warning: ?op? may be used uninitialized in this function Rmpi.c:587: warning: ?sexp_recv? may be used uninitialized in this function Rmpi.c: In function ?mpi_scatterv?: Rmpi.c:320: warning: ?displs? may be used uninitialized in this function Rmpi.c: In function ?mpi_gatherv?: Rmpi.c:225: warning: ?displs? may be used uninitialized in this function On loading the library occurs the following error: > library(Rmpi) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load...
2010 Oct 26
2
discerning plot dots using colors
Dear List, I am using the command plot to present the relationship between bird richness (Y axis) and elevation (X axis). However, I would like to observe the distributions of bird richness in different administrative areas (A, B, C, …., G) in this plot. For example, the dots in area A might fall in the upper right part of the plot, while those in area B might appear in the middle of
2010 Jan 31
0
hepta valen t snugg ling initi ators optio naliz e
handc raftm an dost schem atics retyp ing poser s smoke neces sitie s nonre alist ic wooll ens verti cally bayan ihan actab ility total ises bayan ihan gauzy solon chak metas tasiz es inter surve y phosp hatid ic displ ayabl e invoi cing ridde r benig nancy eddys tone urim islan der awake ning piran dello parre l davit s displ ant losse s rubeo lar visio nal legen d abbre viati on incid ent spurn s nurtu rant penta grams tamis gauzy panat ella value d parre l fasti dious ly decat hlons surf...
2012 Dec 02
1
Problem with figures
...plot2, tikzDevice, and knitr working together. I used a very simple example: ---------------------------example.Rnw----------------------------- \documentclass[preview]{standalone} \begin{document} \begin{figure} <<fig1,eval=TRUE,echo=FALSE,dev='tikz'>>= library(ggplot2) qplot(displ, hwy, data = mpg, colour = factor(cyl)) @ \end{figure} \end{document} --------------------------------------------------------------------------------- I got "... ! ==> Fatal error occurred, no output PDF file produced! label: fig1 (with options) List of 3 $ eval: logi TRUE $ echo: logi...
2006 Oct 18
1
[PATCH] Compiz Events
...normal. Some sort of standard should be set out for the naming of events like this. -------------- next part -------------- diff --git a/include/compiz.h b/include/compiz.h index 61a9de5..a7eff50 100644 --- a/include/compiz.h +++ b/include/compiz.h @@ -568,6 +568,12 @@ typedef void (*FiniPluginForDisplayProc) typedef void (*HandleEventProc) (CompDisplay *display, XEvent *event); +typedef void (*HandleCompizEventProc) (CompDisplay *display, + char *pluginName, + char *eventName, + CompOption *option, + int nOption); +...
2002 Jun 06
1
X11 forwarding problem
...the ipv6 localhost, which does not work with the normal ipv4 programs :-( is this a bug, or is this an hidden feature mfg hermann redhat 7.1: openSSH 3.2.2: [mrq1 at xxxx mrq1]$ ssh -X -L 10000:localhost:22 localhost Last login: Thu Jun 6 06:39:55 2002 from xxxx [mrq1 at xxxx mrq1]$ set |grep DISPL DISPLAY=localhost:10.0 [mrq1 at xxxx mrq1]$ netstat -tan | grep -e 6010 -e 10000 tcp 0 0 127.0.0.1:10000 0.0.0.0:* LISTEN tcp 0 0 ::1:10000 :::* LISTEN tcp 0 0 ::1:6010 :::*...
2017 Feb 01
0
Stalled Replication & "DsGetNCChanges 2nd replication"
...d I found this in the log file of the DC the 2008R2 box is attempting to replicate from - Feb 1 16:52:42 larkin28 samba[18650]: ../source4/rpc_server/drsuapi/getncchanges.c:1961: DsGetNCChanges 2nd replication on DN CN=Configuration,DC=micore,DC=us older highwatermark (last_dn CN=414,CN=DisplaySpecifiers,CN=Configuration,DC=micore,DC=us) Feb 1 16:52:44 larkin28 samba[18650]: [2017/02/01 16:52:44.553389, 0] ../source4/rpc_server/drsuapi/getncchanges.c:1961(dcesrv_drsuapi_DsGetNCChanges) Feb 1 16:52:44 larkin28 samba[18650]: ../source4/rpc_server/drsuapi/getncchanges.c:1961: Ds...
2006 Jun 08
1
[PATCH] raise window key binding
With raise_on_click disabled, I wanted to be able to raise a window with a button click sometimes. It seemed logical to do something like the lower window key binding. So I did it. It was quite simple, but here is the patch anyway. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/octet-stream Size: 3680 bytes Desc: not available
2009 Oct 02
1
ggplot2: proper use of facet_grid inside a function
Hello Again R Folk: I have found items about this in the archives, but I?m still not getting it right. I want to use ggplot2 with facet_grid inside a function with user specified variables, for instance: p <- ggplot(data, aes_string(x = fac1, y = res)) + facet_grid(. ~ fac2) Where data, fac1, fac2 and res are arguments to the function. I have tried p <- ggplot(data,
2013 Mar 11
2
[Bug 62190] New: Invalid ROM contents on PowerMAC G5 11, 2 with GeForce 6600 LE
...lspci ------ 0000:0a:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 6600 LE] (rev a2) dmesg ------ Linux agpgart interface v0.103 [drm] Initialized drm 1.1.0 20060810 checking generic (98020000 180000) vs hw (98000000 8000000) fb: conflicting fb hw usage nouveaufb vs OFfb NVDA,Displ - removing generic driver Console: switching to colour dummy device 80x25 nouveau [ DEVICE][0000:0a:00.0] BOOT0 : 0x043200a4 nouveau [ DEVICE][0000:0a:00.0] Chipset: NV43 (NV43) nouveau [ DEVICE][0000:0a:00.0] Family : NV40 nouveau [ VBIOS][0000:0a:00.0] checking OpenFirmware for image......
2007 Nov 14
4
Creating a group share
Hello, I have a Samba PDC (3.x) running in a OpenSUSE 10.2 system. The authentication backend is Open LDAP. I want to create a group share (WTCCC) which should be accessible to a group of users (belonging to a group called WTCCC). The users' possess this group as their secondary group (NOT primary). And the share folder would have its gid bit set, so all the writes to the folder
2017 Aug 11
0
Annotation Ticks on the axis
> On Aug 11, 2017, at 3:23 AM, Vivek Sutradhara <viveksutra at gmail.com> wrote: > > Hi, > Thanks for the quick answer. I looked into the link that you provided. But > I am still not able to implement a solution. Here is my attempt : > > library(ggplot2) > x<-1:10 > y<-x^2 > df<-data.frame(x=x,y=y) > p1<-ggplot(df,aes(x,y))+geom_point()+ >
2017 Aug 11
2
Annotation Ticks on the axis
Hi, Thanks for the quick answer. I looked into the link that you provided. But I am still not able to implement a solution. Here is my attempt : library(ggplot2) x<-1:10 y<-x^2 df<-data.frame(x=x,y=y) p1<-ggplot(df,aes(x,y))+geom_point()+ scale_x_log10( breaks = scales::trans_breaks("log10", function(x) 10^x), labels = scales::trans_format("log10",