search for: mackay

Displaying 20 results from an estimated 178 matches for "mackay".

2010 Nov 22
3
Grub, pata, and sata
...install onto my pata drive now that I have a sata drive installed. This is grub 0.97 on CentOS5.5. Has anyone else encountered this? I'm guessing that I can always install Fedora on hda, which should give me a working grub, but I was hoping for something a little less involved. Thanks, Dave Mackay
2013 Apr 18
1
texi2pdf texinputs arguments
...texi2dvi(file = "d:/Cic/Sweave/Figs/Sheep3/FS/14/sFSheepFS14.tex", pdf=TRUE,clean=F, texinputs = "--include-directory=d:/Cic/Sweave/Figs/Sheep3/FS/14") and other variants Any guide on how to specify the output directory would be greatly appreciated. Regards Duncan Duncan Mackay Department of Agronomy and Soil Science University of New England Armidale NSW 2351 Email: home: mackay at northnet.com.au
2011 Aug 04
4
Sweave - landscape figure
Dear R-users I am trying to understand how Sweave works by running some simple examples. In the example I am working with there is a chunk where the R-commands related to plotting a figure are placed. When running R CMD Sweave ? , pdflatex the output is a portrait figure. I wonder whether it would be possible to change the orientation to landscape (not in the latex file but in Rnw file). Many
2004 Oct 12
1
(PR#7277) Re: strange windows behaviour after changing
...ned, the font in the console changes. The console is still working: commands you type in it are accepted. So the issue appears to be that the font in use has been changed incorrectly (and it seems that the C code thinks it has been changed in the preferences dialog). On Tue, 12 Oct 2004, Duncan Mackay wrote: > Hello, > Thanks for your reply. Yes, editing Rconsole worked (problem didn't appear > under MDI with lines=16000) after start-up. > Simply shrinking and restoring the windows didn't restore functionality - my > R console window remained blank and unresponsive (even...
2012 Apr 19
5
User defined panel functions in lattice
...s grid methods base other attached packages: [1] locfit_1.5-7 R.oo_1.9.3 R.methodsS3_1.2.2 foreign_0.8-49 chron_2.3-42 MASS_7.3-17 latticeExtra_0.6-19 RColorBrewer_1.0-5 [9] lattice_0.20-6 loaded via a namespace (and not attached): [1] tools_2.15.0 Duncan Mackay Department of Agronomy and Soil Science University of New England ARMIDALE NSW 2351 Email home: mackay at northnet.com.au
2013 Feb 22
3
Help xyplot
Hi Mackay and anybody (a) Is it possible to select randomly (let say five grids) and plot? (b) Is it possible to plot five nearest grid in one figure? The original question and improved codes: #I am ploting gridded time series data. I would like the actual lat #and lon value appear on the graph-if possibl...
2010 Oct 28
1
xyplot and panel.curve
...a, groups = Treatment2 panel = function(value, groups){ panel.curve(expr = x+ value*x^2, groups, from = -2, to = 2) } ) I tried my one panel function but came up with more error messages so have omitted it. Regards Duncan Duncan Mackay Department of Agronomy and Soil Science University of New England ARMIDALE NSW 2351 Email home: mackay at northnet.com.au
2011 Jan 09
1
Rectangle height in lattice xyplot key
...size = 1, border = FALSE)) ) I could get things to work when the legend was on top using http://finzi.psych.upenn.edu/R/Rhelp02/archive/46654.html on something similar but could not get it to work in the last panel of a multipanel plot. Regards Duncan Mackay Department of Agronomy and Soil Science University of New England Armidale NSW 2351 Email: home mackay at northnet.com.au R version 2.12.1 (2010-12-16) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=English_Australia.1252 LC_CTYPE=English_Australia.1252 LC_MONETARY=English_Aust...
2012 Oct 10
6
Exporting summary plm results to latex
Dear all, I am trying to export my fixed effect results to Latex. I am using the plm package with the summary function. However, it does not look like apsrtable, stargazer, or any other package can accompany using the plm package. I am interested in a classic table with the coefficient in one row followed by the standard error in paranthesis in the next row and stars by the coefficient to show
2015 May 08
4
[LLVMdev] Getting llc to emit debug info into a obj file from source .ll
Hello, I'm working on a binary translator project that emits an .ll file. I'm trying to debug it in Visual Studio and would like to be able to step through and see my generated .ll file in the debugger. Does LLVM support debug information corresponding to an input .ll file? My hunch is "no, as it expects debug info to come from Clang." I assemble it using: llc -filetype=obj
2012 Apr 19
1
Fwd: User defined panel functions in lattice
...panel.xyplot(x,y,...) panel.Locfit(x,y,...) # default 0.7 panel.Locfit(x,y,nn=0.9,...) } ) ## xyplot Regards Duncan At 02:12 20/04/2012, you wrote: >On Thu, Apr 19, 2012 at 2:30 AM, Duncan Mackay <mackay at northnet.com.au> wrote: > > Hi > > > > xyplot(y ~x|Farm,xx, > > groups = Padd, > > panel = panel.superpose, > > panel.groups=function(x,y, ...){ > > panel.Locfit(x,y,...) > >...
2004 Dec 11
2
Cisco 7960 says "Protocol Application Invalid?"
...uot; http://www.voip-info.org/tiki-index.php?page=Firmware%20issues%20on%207940%2 0-%207960#comments it has some xml script. Can I use that script to fix my phone? If so, how do I go about it? I can't seem to get to the settings to direct it to my TFTP. Any help would be appreciated. Randy MacKay --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.803 / Virus Database: 546 - Release Date: 11/30/2004
2009 Aug 05
4
multiple lty on same panel in xyplot
I would like to use lattice graphics to plot multiple functions (or groups or subpopulations) on the same plot region, using different line types "lty" or colors "col" to distinguish the functions (or groups). In traditional graphics, this seems straightforward: First plot all the data using 'type="n"', and subsequently execute a series of "points"
2013 May 21
1
Lattice, ggplot, and pointsize
Hi! When inserting R plots into a document using odfWeave, I fought for a while to get Lattice plots use the same text size as base plots. I eventually discovered that specifying a point size via e.g. svg(pointsize=10) has no effect on Lattice plots. One needs to adjust the size manually via: trellis.par.set(fontsize=list(text=10, points=8)) This is also developed for both Lattice and ggplot2 by
2005 Dec 15
4
LDAP Account Manager
RedHat ES 4 openldap-servers-2.2.13-2 openldap-clients-2.2.13-2 openldap-2.2.13-2 nss_ldap-226-1 python-ldap-2.0.1-2 php-ldap-4.3.9-3.2 openldap-devel-2.2.13-2 I installed ldap account manager from source. It seems to run fine but I can not get passed the create a samba domain part. This is a fresh OpenLdap install. I've never used it until now. Failed to add domain! Invalid DN syntax --
2005 Jan 24
1
package dependency error on loading lme4
...$system [1] "i386, mingw32" $status [1] "" $major [1] "2" $minor [1] "0.1" $year [1] "2004" $month [1] "11" $day [1] "15" $language [1] "R" Cheers, Duncan ***************************************** Dr. Duncan Mackay School of Biological Sciences Flinders University GPO Box 2100 Adelaide S.A. 5001 AUSTRALIA Ph (08) 8201 2627 FAX (08) 8201 3015 http://www.scieng.flinders.edu.au/biology/people/mackay_d/index.html
2005 Mar 04
1
Rconsole wishlist
...(), but I think it would be good to have an easier mechanism to save a complete record of messages and function output). And on a similar vein, wouldn't it also be nice if R automatically entered a date stamp into the history file?? Duncan ***************************************** Dr. Duncan Mackay School of Biological Sciences Flinders University GPO Box 2100 Adelaide S.A. 5001 AUSTRALIA Ph (08) 8201 2627 FAX (08) 8201 3015 http://www.scieng.flinders.edu.au/biology/people/mackay_d/index.html [[alternative HTML version deleted]]
2008 Apr 24
1
mysterious (to me) automatic loading of packages when R starts up
...an HTML browser interface to help. Type 'q()' to quit R. Loading required package: proto Loading required package: grid Loading required package: reshape [Previously saved workspace restored] " ____________________________________________________________________________ __ Dr. Duncan Mackay School of Biological Sciences Flinders University GPO Box 2100 Adelaide S.A. 5001 AUSTRALIA Phone 61-8-82012627 FAX 61-8-82013015 http://www.scieng.flinders.edu.au/biology/people/academic/mackay_d/index.htm l
2006 Jan 27
1
Justification of dendrogram labels
...branches of a dendrogram tree? I have produced a dendrogram via agnes and plotted it with pltree. The dendrogram terminal branch labels seem to be centre-justified by default and I was hoping to change this to left justification. Thanks, Duncan ***************************************** Dr. Duncan Mackay School of Biological Sciences Flinders University GPO Box 2100 Adelaide S.A. 5001 AUSTRALIA Ph (08) 8201 2627 FAX (08) 8201 3015 http://www.scieng.flinders.edu.au/biology/people/mackay_d/index.html [[alternative HTML version deleted]]
2004 Oct 11
1
strange windows behaviour after changing "lines" GUI setting (PR#7277)
Full_Name: Duncan Mackay Version: 2.0.0 OS: WinXP Submission from: (NULL) (129.96.120.254) > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 0.0 year 2004...