Displaying 20 results from an estimated 24 matches for "blots".
Did you mean:
slots
2010 Dec 18
1
Can I make my colnames bold?
Hello forum! As the subject indicates, I am trying to make a barplot and
would like my column names to be in bold. Is this possible in R without
having to make my column names in mtext? Any help would be much
appreciated. The code I am using is as follows.
par(mar=c(3,8,2,2))
par(adj=.5)
par(font=2)
par(oma=c(3,3,3,3))
par(xpd=TRUE)
Blot<-matrix(c(25.2995, 0.7625, 25.6135, 36.5770,
2013 Jun 22
2
slow bootloader on Dell R320
Hi all !
Thanks for the very good support of Dell R320 hardware, perc H310 is
well supported, BCM5720 seems to work correctly and performances are
great.
The only problem i have found is very strange. The FreeBSD bootloader
take many times to load, 30sec-2minutes to boot the kernel and show the
bootloader menu. After that, the system boots properly, at a normal
speed.
Is there any issue or
2010 Jun 21
2
Singularity in simple ANCOVA problem
I'm using R 2.10.1 with the latest version of all packages (updated today).
I'm confused as to why I'm getting a hard singularity in a simple set
of experimental data:
> blots
ID Lot Age Conc
1 1 A 3 4.44
2 2 A 3 4.56
3 3 B 41 4.03
4 4 B 41 4.57
5 5 C 229 4.49
6 6 C 229 4.66
7 7 D 238 3.88
8 8 D 238 3.93
9 9 E 349 4.43
10 10 E 349 4.22
11 11 F 391 4.42
12 12 F 391 4.46
> fit2<- lm(Conc ~ Age + Lot, data=blots)...
2013 Mar 06
1
Strange reboot since 9.1
Hello,
Since FreeBSD 9.1 I have strange problems with the distribution. Some
servers are rebooting without any kernel panic, instanly. First i
thought it's a problem with my KVM system, but one of my FreeBSD under a
Dell R210 have the same problem.
The servers concerned are now:
- Monitoring server
- LDAP test server
- Some other servers, randomly (not in production).
First i thought it's
2004 Aug 26
2
text() with text, variables and math HOWTO?
Hello,
One more question from the 'abusing R for blotting - particularly
anally' department:
How can I in the expression below make the '%~~%' show up as the
aprrox-sign I want it to be?
Thanks for any hint,
Joh
text(
500,1.5,
cex=0.75,
substitute(
paste(
OD[600][~nm],
" of 1 at ",
time1,
" min ",
"%~~%",
time1h,
2009 Jul 17
3
dot plot with several points for 2 categories
I'm trying to wean myself off the very limited capabilities of Excel and Oo.
Currently, I am trying to make a plot showing several values for 2
categories in a dot blot (see
http://www.nabble.com/file/p24538360/Picture%2B1.png Picture+1.png except
that the x axis should contain the category not a number, which was the only
way to coax Excel into displaying a plot like this). I started
2004 Oct 25
2
par("usr") trouble in multiplot axis scaling
Hello,
I'm blotting a series of growth curves into a multiplot environment
created with layout().
since I want the four plots to be easily visually comparable, I do the
following:
#first plot
plot(x,y,<stuff>)
standarduser<-par()$usr
...
<some fitting>
...
lines(spline(x, <fitted_equation>))
#everything all right till here
# second plot
plot(x,y,<stuff>)
2018 Aug 31
2
Inline ASM ARM syntax to load immediate values with integrated assembler
Hi,
What would be the proper syntax in a C file, using inline assembly, to
load a immediate value into an ARM register using clang & integrated
assembler?
The following syntax is rejected by LLVM:
// clang -target armv7em-none-eabi -mthumb
#define CONSTANT 0x1234
void __attribute__((naked))
foo(void)
{
asm volatile (
"ldr r0, =%0 \n"
2010 Sep 10
0
[LLVMdev] Cross-compiling the ARM toolchain
trying this:
clang -march=armv7-a -mcpu=cortex-a9 -ccc-host-triple
arm-none-linux -ccc-gcc-name arm-none-linux-gnueabi-gcc a.c
2010/9/10 Emmanuel Blot <eblot.ml at gmail.com>:
> Hello,
>
> Is there a quick tutorial to build the LLVM toolchain from a Linux or
> Mac OS X x86 host for an ARM v4/v5/v6 ELF target?
> It this configuration supported, and is it possible to build the
2010 Sep 09
2
[LLVMdev] Cross-compiling the ARM toolchain
Hello,
Is there a quick tutorial to build the LLVM toolchain from a Linux or
Mac OS X x86 host for an ARM v4/v5/v6 ELF target?
It this configuration supported, and is it possible to build the Clang
compiler for this host/target combination?
I know about the installation page, but I keep failing to build this
toolchain with LLVM 2.7. Maybe it is not (yet) supported?
Thanks,
Manu
2010 Sep 11
3
[LLVMdev] Cross-compiling the ARM toolchain
> There isn't one at the moment, ideally it should figure it out, but I haven't looked much into it - it may be that this isn't working yet.
I should say that I'm still a bit confused: Is it possible to build
for ARM CPUs now?
1/ from which hosts (x86-*-* ?)
2/ for which targets (arm-*-* ?)
3/ what are the supported tools for ARM targets:
a/ llvm-gcc (gcc 4.2)?
2007 Sep 14
4
Refactoring ActiveRecord's private methods
As it currently stands, ActiveRecord has alot of private and protected
methods in the Base class.
>> ActiveRecord::Base.methods.size
=> 427
>> ActiveRecord::Base.protected_methods.size
=> 32
>> ActiveRecord::Base.private_methods.size
=> 193
I really loved the suggestion by Courtenay in Refactoring
AR::Base.find (http://groups.google.com/group/rubyonrails-core/
2007 Jan 04
2
Automatically choose between 32-bit and 64-bit kernel
I've been using syslinux on my own Linux recovery CDs for almost a year now,
and in that time I've found it useful to be able to automatically load a
64-bit-capable kernel if the CPU supports it.
I'd like to share my efforts and submit this patch for syslinux-3.31. It adds a
new config file keyword, 'default64', which overrides the default image if a
64-bit CPU is detected.
2005 Oct 24
1
Basic: setting resolution and size of an R graphic
Dear List,
I am sorry if this perhaps a too basic question, but I have not found an
answer in Google or in the R help system. I am trying to use R to do a
very simple analysis of some data (RT-PCR and Western analysis) with a
T-test and
to plot the results as a histogram with error bars. (I have pasted an
example script at the bottom of this mail).
In order to use this for publication, I would
2006 Jun 14
2
lmer binomial model overestimating data?
Hi folks,
Warning: I don't know if the result I am getting makes sense, so this
may be a statistics question.
The fitted values from my binomial lmer mixed model seem to
consistently overestimate the cell means, and I don't know why. I
assume I am doing something stupid.
Below I include code, and a binary image of the data is available at
this link:
2003 Oct 05
4
Total Tracks Tag?
heyas-
I believe there is a need for a standard vorbis comment
field to encode "Total Number of Tracks (on a CD)".
Why we need this --------------------
- Existing Vorbis programs already implement this,
inconsistently, and hence don't interoperate.
These seems the key reason to me.
- MP3s include this
- Some software (e.g., iTunes) uses this information,
e.g., to display
2012 Feb 07
10
Ruby Developer position
Please let me know your interest in following.
Location: Columbia, SC
Duration: 12 months+
Rate: $65/hr 1099/c2c
Required Skills:
RUBY, RAILS, GIT, MYSQL, CUCUMBER, RSPEC, JQUERY, EXCELLENT ORAL AND WRITTEN
COMMUNICATION SKILLS, TEST-DRIVEN DEVELOPMENT, LINUX, OS X, JSON, COMMAND
LINE, SQL, SSH, HAML, SCSS
Thanks
Sandeep
Sandeep Jain
Software People Inc.
www.softwarepeople.us
2004 Aug 27
1
selecting unique columns of a matrix/data frame
Hi all,
I have a very high dimensional data and apparently there are several
columns that contain similar information (some columns are equal). I
want to form a matrix/data frame consisting of unique columns. Does
anyone have an efficient way of getting out these columns. A small
section of the data frame is given below.
Thanks for helping.
Stephen.
> newdata
[,1] [,2] [,3] [,4] [,5]
2003 Dec 01
0
No subject
When I try the command
nmblookup -M TESTGROUP
querying TESTGROUP on 192.168.255.255
name_query failed to find name TESTGROUP #1d
My /etc/hosts file is
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost localhost.localdomain
192.168.100.101 testpc
192.168.100.100 linuxserver
/etc/samba/lmhosts is
127.0.0.1 localhost
2011 Jan 15
2
[LLVMdev] Cross-compiling the ARM toolchain
>> I'm used to build GCC (4.x) toolchains with newlib, but how can I do
>> the same with llvm-gcc ?
> Pretty much same way as with gcc. E.g. via --with-newlib, etc.
I successfully built llvm+clang, but it seems that the newlib library
files have neither been compiled nor installed.
With GCC (at the time 4.5.2), the build steps are straightforward:
newlib/ and libgloss/