Displaying 20 results from an estimated 27 matches for "15,0".
2006 Feb 13
2
Plotting contour & filled.contour in one graph
...by elevation) in one graph. Both have the same z matrix dimension. I'm able to overlay both graph, but the plots dimension did not overlap well on the same plots. How can I have both filled.contour and contour on the same graph? The commands that I have written are as follows:
filled.contour(0:15,0:10,t(matrix(Total.C,nrow=11,ncol=16)))
contour(0:15,0:10,as.matrix(elev),add=T)
Thanks for anay assistance.
Regards.
Abd Rahman Kassim
Forest Research Institute Malaysia
Kepong 52109
Selangor, MALAYSIA
*****************************************
*****************************************
[[a...
2006 Jan 16
3
new comer's question
...t it here asking for help.
I have a csv file looks like this: (between two ==== lines)
===========================
Machine Name,"Resource, Type","Resource, Sub-type","Resource,
Instance",Date,,Data ->,,,,,,
,0.041666667,,,,,,,,,,,
Time (HH:MM) ->,,,,,,0:00,0:15,0:30,0:45,1:00,1:15,1:30
SCINFR06,Cache,Copy Read Hits %,,10-Jan-06,Cache->Copy Read Hits
%,0.99,1,1,1,1,1,0.99
SCINFR06,Cache,Data Map Hits %,,10-Jan-06,Cache->Data Map Hits
%,1,1,1,1,1,1,1
Time (HH:MM) ->,,,,,,0:00,0:15,0:30,0:45,1:00,1:15,1:30
SCINFR06,LogicalDisk,% Disk Read Time,C:,1...
2013 Oct 04
0
[LLVMdev] Inserting a synchronisation before volatile and atomic loads
...for spin loops.)
FWIW, the exact quote from the architecture manual is:
> Following is an example showing the effects of serialization. Location
> A initially contains FF hex.
>
> CPU 1 CPU 2
> MVI A,X'00' G CLI A,X'00'
> BCR 15,0 BNE G
>
> The BCR 15,0 instruction executed by CPU 1 is a serializing
> instruction that ensures that the store by CPU 1 at location A is
> completed. However, CPU 2 may loop indefinitely, or until the next
> interruption on CPU 2, because CPU 2 may already h...
2023 Feb 15
0
Question about italics in legendg() - plotrix
...r, that is, it builds plots step by step.
This makes it easier to understand code that you haven't written or haven't
seen for a while. Here is an example showing how to change the font using
par():
library(plotrix)
plot(0,type="n",xlim=c(0,1),ylim=c(-1,0))
par(font=3)
legendg(0.115,-0.055,legend=c("Pan troglodytes","Macaca mulatta",
"Saguinus oedipus","Lemur catta","Galago senegalensis"),
pch=list(c(15,0),c(16,1),c(17,2),c(18,5),c(19,10)),
col=list(c("royalblue","skyblue1"),
c("chocolate","...
2005 Oct 10
2
greek symbols using pch
Hi R-users,
In a plot, can I specify pch to be a greek symbol? (I looked at
show.pch() in the Hmisc package but couldn't see the right symbols in there).
If not, I guess I can get around this using text(x,y,expression()).
cheers!,
Matt.
Dr Matt Fischer
Postdoctoral Fellow - IPILPS
ANSTO - Institute for Nuclear Geophysiology
Building 21A
PMB 1 Menai NSW 2234
Ph: +61 2 9717 9686
Fax:
2010 Jul 08
1
Prefered Method for UPS?
Hello,
since I had delayed the programming of the UPS Device part, now it is
time to continue...
My Device is "24 V DC modular ATX PSU" which replace the standard ATX
Power Supply in PCs and use 15-43 V Input Voltage. The microcontroller
is a TI LM3S5T36 Cortex M3 and I get the "UPS" infos using up to 4 Maxim
DS1780 and some I?C current sensors. The ATX PSU has 4 Module Slots
which can be indivdualy equiped. Also the ATX PSU can be equiped with a
4-Cell LiPoly-Block (14,4V/1...
2016 Sep 02
2
Ayuda con gráfico típico de histograma más linea
...correcta.
Las variables están en un dataframe que muestran las frecuencias de tweets
minuto a minuto y el share de esos minutos (os adjunto un archivo en csv
con el dataframe).
Una muestra del data frame:
* hora frec Miles Share 1 20:22 87 1.016
13,0
2 20:23 123 1.031 13,33 20:24 153 1.048 13,5 4 20:25 192 1.165 15,0
5 20:26 175 1.239 15,8 6 20:27 225 1.331 17,0 *
He probado con *plot* y el parámetro *new* sin éxito, y ahora estaba
probando con *ggplot*:
*ggplot(ft, aes(ft[,2:3])) + geom_bar(aes(ft[,2]), colour="black", fill =
"orange") +...
2001 Sep 24
1
Printing Central European characters
...tral European (CE) characters
(e.g. {\H o} and {\H u}) in graphics made by R.
After executing the following code I can see the CE characters with gv
on my screen, but I cannot print them on a postscript printer.
> postscript(file="proba.ps",enc="ISOLatin2.enc")
> plot(0:15,0:15,type="n")
> grid(15,15,lty=1)
> for(i in c(32:127, 160:255)){x <- i %%16;y <- i%/% 16;points(x,y,pch=i)}
There were 50 or more warnings (use warnings() to see the first 50)
> warnings()
Warning messages:
1: font width unknown for character 127
2: font metrics unknown f...
2010 Apr 20
1
multiple plots problem
...;Surroundings"), class = "factor"),
stage = structure(c(4L, 2L, 3L, 1L, 4L, 2L, 3L, 1L), .Label =
c("Alpine_Grassl.",
"Early", "Late", "Pioneer"), class = "factor"), mw = c(12.06293707,
26.09265735, 37.12287713, 81.53846154, 28.88005449, 68.44004261,
97.61124961, 100)), .Names = c("pos", "stage", "mw"), class =
"data.frame", row.names = c(NA,
-8L))))
seedl<-data.frame(
list(structure(list(pos = structure(c(1L, 1L, 1L, 1L, 2L, 2L,
2L, 2L), .Label = c("Gaps",...
2016 Sep 02
2
Ayuda con gráfico típico de histograma más linea
...esos minutos (os adjunto un archivo en
>> csv con el dataframe).
>>
>> Una muestra del data frame:
>>
>>
>>
>>
>>
>>
>>
>>
>> * hora frec Miles Share 1 20:22 87 1.016
>> 13,0
>> 2 20:23 123 1.031 13,33 20:24 153 1.048 13,5 4 20:25 192 1.165 15,0
>> 5 20:26 175 1.239 15,8 6 20:27 225 1.331 17,0 *
>>
>> He probado con *plot* y el parámetro *new* sin éxito, y ahora estaba
>> probando con *ggplot*:
>>
>>
>>
>> *ggplot(ft, aes(ft[,2:3])) + geom_bar(a...
2016 Sep 03
2
Ayuda con gráfico típico de histograma más linea
..., sep = ";", dec = ",")
datos$Miles <- as.numeric(gsub("\\.", "", as.character(datos$Miles)))
datos$hora <- strptime(datos$hora, format = "%H:%M")
ggplot(datos, aes(x = hora, y = Miles)) + geom_line() +
scale_x_datetime(date_breaks = "15 mins", date_labels = "%H:%M")
Además, en aes no hay que hacer referencia a la tabla. Expresiones como
ggplot(datos, aes(x = datos$hora, y = datos$Miles)) + ...
son innecesariamente redundantes.
Salud,
Carlos J. Gil Bellosta
http://www.datanalytics.com
El 3 de septiembre de 201...
2004 Jul 08
0
Problem SIP no audio just noise
...03a
Content-Length: 291
v=0
o=damian 23894728 23894788 IN IP4 10.1.1.11
s=X-Lite
c=IN IP4 10.1.1.11
t=0 0
m=audio 8000 RTP/AVP 0 8 3 97 110 101
a=rtpmap:0 pcmu/8000
a=rtpmap:8 pcma/8000
a=rtpmap:3 gsm/8000
a=rtpmap:97 iLBC/8000
a=rtpmap:110 speex/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
11 headers, 13 lines
Using latest request as basis request
Sending to 10.1.1.11 : 5060 (non-NAT)
Found RTP audio format 0
Found RTP audio format 8
Found RTP audio format 3
Found RTP audio format 97
Found RTP audio format 110
Found RTP audio format 101
Peer RTP is at port 10.1.1.11:0
Found descript...
2016 Sep 03
2
Ayuda con gráfico típico de histograma más linea
...",")
> datos$Miles <- as.numeric(gsub("\\.", "", as.character(datos$Miles)))
>
> datos$hora <- strptime(datos$hora, format = "%H:%M")
>
> ggplot(datos, aes(x = hora, y = Miles)) + geom_line() +
> scale_x_datetime(date_breaks = "15 mins", date_labels = "%H:%M")
>
>
> Además, en aes no hay que hacer referencia a la tabla. Expresiones como
>
> ggplot(datos, aes(x = datos$hora, y = datos$Miles)) + ...
>
> son innecesariamente redundantes.
>
> Salud,
>
> Carlos J. Gil Bellosta
>...
2007 Apr 18
3
[RFC, PATCH 10/24] i386 Vmi descriptor changes
...nt n, void
*/
static inline void set_system_intr_gate(unsigned int n, void *addr)
{
- _set_gate(idt_table+n, 14, 3, addr, __KERNEL_CS);
+ _set_gate(n, DESCTYPE_INT | DESCTYPE_DPL3, addr, __KERNEL_CS);
}
static void __init set_trap_gate(unsigned int n, void *addr)
{
- _set_gate(idt_table+n,15,0,addr,__KERNEL_CS);
+ _set_gate(n, DESCTYPE_TRAP, addr, __KERNEL_CS);
}
static void __init set_system_gate(unsigned int n, void *addr)
{
- _set_gate(idt_table+n,15,3,addr,__KERNEL_CS);
+ _set_gate(n, DESCTYPE_TRAP | DESCTYPE_DPL3, addr, __KERNEL_CS);
}
static void __init set_task_gate(uns...
2007 Apr 18
3
[RFC, PATCH 10/24] i386 Vmi descriptor changes
...nt n, void
*/
static inline void set_system_intr_gate(unsigned int n, void *addr)
{
- _set_gate(idt_table+n, 14, 3, addr, __KERNEL_CS);
+ _set_gate(n, DESCTYPE_INT | DESCTYPE_DPL3, addr, __KERNEL_CS);
}
static void __init set_trap_gate(unsigned int n, void *addr)
{
- _set_gate(idt_table+n,15,0,addr,__KERNEL_CS);
+ _set_gate(n, DESCTYPE_TRAP, addr, __KERNEL_CS);
}
static void __init set_system_gate(unsigned int n, void *addr)
{
- _set_gate(idt_table+n,15,3,addr,__KERNEL_CS);
+ _set_gate(n, DESCTYPE_TRAP | DESCTYPE_DPL3, addr, __KERNEL_CS);
}
static void __init set_task_gate(uns...
2016 Jan 12
4
[GlobalISel] A Proposal for global instruction selection
...alid.
>
>
>
> Similarly, most targets have a single mapping of virtual bit numbers to
> physical bit numbers for each size that is applied consistently when
> mapping a type to memory. For example 32-bits map like so:
>
> Little Endian Targets: virtual register bits {0..7,8..15,16..23,24..31}
> map to physical memory bits {0..7,8..15,16..23,24..31}
>
> Big Endian Targets: virtual register bits {0..7,8..15,16..23,24..31} map
> to physical memory bits {24..31,16..23,8..15,0..7}
>
> regardless of whether it's a float, or an i32. We therefore need zero
&...
2016 Jan 12
2
[GlobalISel] A Proposal for global instruction selection
...rent-sized types is invalid.
>
> Similarly, most targets have a single mapping of virtual bit numbers to physical bit numbers for each size that is applied consistently when mapping a type to memory. For example 32-bits map like so:
> Little Endian Targets: virtual register bits {0..7,8..15,16..23,24..31} map to physical memory bits {0..7,8..15,16..23,24..31}
> Big Endian Targets: virtual register bits {0..7,8..15,16..23,24..31} map to physical memory bits {24..31,16..23,8..15,0..7}
> regardless of whether it's a float, or an i32. We therefore need zero instructions to re-ma...
2016 Jan 13
2
[GlobalISel] A Proposal for global instruction selection
...;>
>>
>> Similarly, most targets have a single mapping of virtual bit numbers to physical bit numbers for each size that is applied consistently when mapping a type to memory. For example 32-bits map like so:
>>
>> Little Endian Targets: virtual register bits {0..7,8..15,16..23,24..31} map to physical memory bits {0..7,8..15,16..23,24..31}
>>
>> Big Endian Targets: virtual register bits {0..7,8..15,16..23,24..31} map to physical memory bits {24..31,16..23,8..15,0..7}
>>
>> regardless of whether it's a float, or an i32. We therefore nee...
2007 Apr 18
3
[PATCH 1/4] x86 paravirt_ops: create no_paravirt.h for native ops
(Andrew, please sit these in the -mm tree for cooking)
Create a paravirt.h header for (almost) all the critical operations
which need to be replaced with hypervisor calls.
For the moment, this simply includes no_paravirt.h, where all the
native implementations now live.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Zachary Amsden <zach@vmware.com>
2007 Apr 18
3
[PATCH 1/4] x86 paravirt_ops: create no_paravirt.h for native ops
(Andrew, please sit these in the -mm tree for cooking)
Create a paravirt.h header for (almost) all the critical operations
which need to be replaced with hypervisor calls.
For the moment, this simply includes no_paravirt.h, where all the
native implementations now live.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Zachary Amsden <zach@vmware.com>