search for: alumina

Displaying 3 results from an estimated 3 matches for "alumina".

2007 Dec 19
2
maildirsize quota counting locking account?
...; open("/home/virtual/mydomain.com/home/admin/Maildir/.Folders.ALERTS.Payments/cur/1195331425.M52296P11937V0000000000000807I000000001015A5EB_0.tg3,S=2079:2,Sa", O_RDONLY) = 10 > fstat(10, {st_mode=S_IFREG|0600, st_size=2079, ...}) = 0 > pread(10, "Return-Path: <apache at tg7.alumina"..., 4096, 0) = 2079 > pread(10, "", 2017, 2079) = 0 > pread(10, "Return-Path: <apache at tg7.alumina"..., 4096, 0) = 2079 > write(1, "* 1811 FETCH (UID 1816 RFC822.SI"..., 2180) = 2180 > close(10) = 0 &gt...
2012 Jun 04
1
Ternary plot and filled contour
Dear R-Users, I'd like to have some tips for a ternaryplot ("vcd"). I have this dataframe: a<- c (0.1, 0.5, 0.5, 0.6, 0.2, 0, 0, 0.004166667, 0.45) b<- c (0.75,0.5,0,0.1,0.2,0.951612903,0.918103448,0.7875,0.45) c<- c (0.15,0,0.5,0.3,0.6,0.048387097,0.081896552,0.208333333,0.1) d<- c (500,2324.90,2551.44,1244.50, 551.22,-644.20,-377.17,-100, 2493.04)
2011 Feb 15
1
ternary contour plot
Colin, If your propose is to create a ternary plot with points and vectors, I think easier do this with graphics based plots instead of trellis based plots. Although, with little work you can do with trellis too. I gave you a reproducible code to put an arrow in a ternary plot. I use the function locator() to extract coordinates. The code is the following