Displaying 13 results from an estimated 13 matches similar to: "Requesting help with lattice again"
2009 May 18
2
Superscripts and subscripts in trellis graphics
I'd like to annotate an xyplot with an R^2 value, but can not find the
syntax to define the superscript format for the text.
I'd appreciate suggestions,
xyplot(SharkSloughEggs.df$Sharkeggs.rel +
SharkSloughEggs.df$SharkHatched.rel + SharkSloughEggs.df$SharkFlooded.rel +
HSI.shark$MEAN ~ Year,
pch=c(1,9,5,4), lty=c(1,6,3,4), lwd = c(2), col = c("black",
2009 Jun 15
2
Click-to-dial CTI for Windows
Hello guys,
Is there a decent click-to-dial CTI which works well with Asterisk?
We have vanilla asterisk implementation and I have tried a few (ADA,
Outcall etc) but they have poor documentation and don't work very well.
We are looking for an application which can allow us to dial a number
from Outlook and IE/Firefox for outbound calls and get a pop-up for
inbound calls with call history
2018 Apr 16
2
lldb stops on every call to dlopen
Hello lldb developers, I am running into a problem with lldb on Linux. I am currently running llvm 6.0.0.
I have an executable that dynamically loads a large number of shared libraries at runtime. These are explicitly loaded via dlopen (they are specified in a configuration file), and after loading a few (typically a dozen or so, but the number varies) lldb will halt during dlopen. If I
2002 Jul 26
2
If in [global] <guest ok = yes> why do I get an authe ntication sc reen when accessing from NT box?
To force guest access to a share, you need both
guest ok = yes
guest only = yes
Otherwise it will try and authenticate you first before
dropping you to guest. If this doesn't work, possibly
you don't have a valid guest account set. If no account
is set as the guest account (on the linux machine) it will
use the user "nobody".
> -Larry Engleman
> The Burgiss Group
>
2018 Apr 17
0
lldb stops on every call to dlopen
[+lldb-dev]
Hello Steve,
thanks for the report.
The fact that you see the rendezvous breakpoint being hit many times is not
surprising. We get those every time the library is loaded (we need that to
load relevant debug info and set potential breakpoints). However, they
should generally not be surfaced to the user (unless you have the
stop-on-sharedlibrary-events setting set, which you
2018 Apr 17
1
[lldb-dev] lldb stops on every call to dlopen
It is interesting that the stop reason on the thread that stopped is "trace". That's what you would expect returning from the single-step to step over the breakpoint. But it looks like we got a signal while single-stepping, but the stop reason was misreported by somebody.
Jim
> On Apr 17, 2018, at 6:00 AM, Pavel Labath via lldb-dev <lldb-dev at lists.llvm.org> wrote:
2009 Jul 01
0
help with superscripts in simple plots
Hello All,
When I use the following lines of code to create a plot and add labels
with R-square values the labels have a superscripted R2.
library(lattice)
xyplot(PropHatchedNests$Phatched + PropHatchedNests$PropNests +
PropHatchedNests$meanHSI + PropHatchedNests$RelMeanEggsNest ~
PropHatchedNests$Year, type = "b",
scales=list(tick.number=length(PropHatchedNests$Year)),
2005 Nov 28
1
Administration Guide bug?
Chapter 9, "Troubleshooting and Data Recovery", p.115 states:
"To enable background scrubbing, use the zpool set command:
# zpool set scrub=2w
The parameter is a time duration indicating how often a complete scrub should be performed. In this case, the administrator is requesting that the pool be scrubbed once every two weeks. ZFS automatically tries to schedule I/O to even
2011 Aug 04
2
additional fonts on centos 6
Hi all,
I have additional TTF fonts I purchased and added to CentOS 5.6.
I used the commands chkfontpath and ttmkfdir to do that .
These dont seem to be in CentOS 6 . How do I add fonts to openoffice
for CentOS 6?
Thanks,
Jerry
2009 Mar 24
1
Help with lattice
Hello.
I'm working on a windows XP machine with R 2.8.1
I'm working with lattice and I don't understand how to set the size of the
text for the labels. Can anyone suggest a solution?
I'm establishing a melted dataframe first and then setting a key and
calling the plot as follows;
> key.variable <- list(space = "right", text =
list(levels(wbirdm$variable)),
2004 Sep 17
8
English vs American voice files
My wife's got an appropriate Southern England (Wimbledon) accent and I'm
sure she would try her hand. Does anyone have a comprehensive list of the
words that need to be said? Matt, do you have them if your wife's done a
set for French users?
Mark, if you have the kit maybe you could chop up the file? I write a
utility to chop up and compress the wave file based on some of the C
2006 Oct 10
1
read.table versus read.csv (PR#9284)
This message is in MIME format.
--=_6vx1wr5xhvr4
Content-Type: text/plain;
charset=ISO-8859-1;
DelSp="Yes";
format="flowed"
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Dear R Core Team,
Help to 'read.table' claims that
'read.csv' is identical to 'read.table' except for the defaults.
However, 'read.table' seems
2004 Dec 15
1
Migration from samba 2.2.5 to 3.0.9
Hello,
I make the migration of linux machine where I use smbfs to mount an IFS
drive from an iSeries and I have troubles with Samba 3.0.9
The "Old" Computer : RH 8.0, Samba 2.2.5
The "New" Computer : Sarge, kernel 2.6.8, Samba 3.0.9
When I make "mount -t smbfs -o //as400/qdls /mnt/as400", all seems good but
when I make an ls /mnt/as400/*, I receive this error