Displaying 20 results from an estimated 100 matches similar to: "AW: Table to pdf"
2003 Dec 04
1
Table to pdf
Hi all,
I am new in R world and I haven't been able to find the answer to my
question in the documentation I looked up so far. I hope someone can
help. In the R function I am writing I have set the graphical output
to be saved into a pdf file. I would also like to include in this file
a table with some data, however I can't find the way to direct a table
to a graphics
2005 Nov 24
1
hamming distance
Hi,
Does anyone know an R function to impute hamming distance?
Thanks
Ana
O@@@@@ &nb @@@O@@O@ Centro de Gen?mica
@O@@@@O@ Instituto Valenciano de Investigaciones Agrarias (IVIA)
@@@O@@@@ Carretera Moncada - Naquera, Km. 4,5
@@@@O@ 46113 Moncada (Valencia) SPAIN
|| & || &
2009 Jul 24
2
Stting non-overlaping text positions
Dear List
I am having problems to set text labels in a scatter plot. At some areas dots
are close and labels overlap and texts cannot be read. I have too many dots
to adjust this manually. Is there any function that will calculate the label
offsets to avoid this overlapping problem?
Thanks
Ana
--
Ana Conesa
Bioinformatics and Genomics Department
Centro de Investigaciones Principe Felipe
2007 Aug 17
1
[BioC] function to find coodinates in an array
The arr.ind in the which function does the job very nicely!!!
Thank you everyone for the suggestions!
Ana
>
>
>---- Mensaje Original ----
>De: marc_schwartz at comcast.net
>Para: m_olshansky at yahoo.com
>Asunto: Re: [BioC] [R] function to find coodinates in an array
>Fecha: Thu, 16 Aug 2007 21:53:44 -0500
>
>>If I am correctly understanding the problem, I think
2012 Oct 07
1
BioConductor package: 'oligo'
Dear Help,
After loading the pd.Citrus library and checking the DataFrame, I ran
> the R code for:
>
> 1) 'oligo'
>
>
>
> {> library(pd.citrus)
> Loading required package: RSQLite
> Loading required package: DBI
> > data(pmSequence)
>
> > show(pmSequence)
> DataFrame with 341730 rows and 2 columns
> fid sequence
> <integer>
2007 Aug 16
3
function to find coodinates in an array
Dear list,
I am looking for a function/way to get the array coordinates of given
elements in an array. What I mean is the following:
- Let X be a 3D array
- I find the ordering of the elements of X by ord <- order(X) (this
returns me a vector)
- I now want to find the x,y,z coordinates of each element of ord
Can anyone help me?
Thanks!
Ana
2009 Feb 25
3
bandwidth.com will not sell me a sip line since the address is in Citrus Heights CA
I called bandwidth.com to buy a sip line from them for $30 a month.
But they said they will not sell me a sip line since the address on
the account is Citrus Heights CA and they can not provide services in
that area. On asking further the person clarified that there is no
e911 service available in the 916 area code for bandwidth.com
But other providers like www.broadvoice.com are able to provide
2015 Apr 23
2
cálculo de distancias
¡Hola!
Estoy tratando de hacer una matriz que contenga los valores de distancias
entre distintos elementos (con sus respectivas coordenadas x e y), pero
salta un error, y no sé como corregirlo. ¿alguna idea?
muchas gracias!
saludos!!
Priscila
--
Dra. Priscila Ana Powell
Instituto de Ecología Regional
Facultad de Ciencias Naturales e Instituto Miguel Lillo
Universidad Nacional de Tucumán
2007 Oct 23
1
Compute R2 and Q2 in PLS with pls.pcr package
Dear list
I am using the mvr function of the package pls.pcr to compute PLS
resgression using a X matrix of gene expression variables and a Y matrix
of medical varaibles.
I would like to obtain the R2 (sum of squares captured by the model) and
Q2 (proportion of total sum of squares captured in leave-one-out cross
validation) of the model.
I am not sure if there are specific slots in the
2018 Aug 09
0
"Communication prohibited" error when pinging
Hi,
I installed tinc on two of my server and it runs fine. But I have two
problems:
* if I try to ping my server via its tinc address I get a "Communication
prohibited" error even though I know that the goal server should be open to
communication. also, I would like to use ssh with the others in my vpn (
right now only my NeetBSD server ) but nmap says the port is filtrered. I
made sure
2009 Feb 18
4
A Modest Definition List Proposal
Howdy,
I've been thinking a lot about definition list syntax, and what I did
and didn't like about the PHP Markdown Extra syntax (which seems to be
a de-facto standard, discount notwithstanding, yes?). What I came up
with is a single character change to the PHP Markdown Extra syntax. I
just published a detailed explanation of my thoughts and reasoning for
this on [my
2006 May 31
9
Unable to use 'valid users' from Active Directory
I am able to return users and groups using wbinfo -g and -u. Samaba will
even allow users to connect that are in our domain. The problem exist
while trying to narrow down permissions to a share.
[public]
comment = Public Stuff
path = /home/
public = yes
read only = no
valid users = @"UFAD\_IFAS-FRE-USERS_autoGS"
This does not work. It prompts the end user for a
2006 Dec 28
13
Sorting/Ordering Search Results
Hello All,
I am having an issue with AAF and sorting results of a search. Right
now, I have results being split onto pages of 10. The results are being
sorted alphabetically, but not across multiple pages - it''s just sorting
the 10 it pulls down on each page. I noticed another post from April
regarding this same issue (http://www.ruby-forum.com/topic/62993#66934)
where the issue was
2001 Nov 08
2
Manova in R vs. SAS
While I was helping a SAS-using friend with an analysis I noticed some
differences in the multivariate test statistics, approximate F statistics,
and p-values in the manova function using R and proc GLM using SAS. The
univariate coefficients are identical. Is there a reason to expect R and SAS
to give different results?
Thanks,
Bill Kristan.
2004 Nov 13
2
Build of RELENG_5 fails in libmagic
Hi,
I'm trying to build 5-STABLE, I have cvsuped the latest source, cleared
out /usr/obj and I still get this problem. Any idea what could be causing it?
Mark
===> lib/libmagic
cat /usr/src/lib/libmagic/../../contrib/file/Header /usr/src/lib/libmagic/../../contrib/file/Localstuff /usr/src/lib/libmagic/../../contrib/file/Magdir/zyxel /usr/src/lib/libmagic/../../contrib/file/Magdir/xdelta
2008 Oct 01
1
Please help me to produce smoothed contour plots
Please help me to produce smoothed contour plots.
I have dependent data generated at regular intervals of two independent
variables and would like to produce smoothed contour plots - I cannot get
interp (alima) to produce cubic interpolations of the data, only linear
ones. I'm interested in smoothing as the data generation process is
stochastic and produces small variations which I'd
2008 Oct 01
0
cubic bivariate interpolation on regular grid
Please help me to produce smoothed contour plots.
I have dependent data generated at regular intervals of two independent
variables and would like to produce smoothed contour plots - I cannot get
interp (alima) to produce cubic interpolations of the data, only linear
ones. I'm interested in smoothing as the data generation process is
stochastic and produces small variations which I'd
2007 Apr 09
1
How to solve differential and integral equation using R?
Hello,
I want to know if there are some functions or packages to solve differential
and integral equation using R.
Thanks.
Shao chunxuan.
[[alternative HTML version deleted]]
2003 Mar 04
6
ip rule nat
when doing somehitng like
ip rule add fwmark 3 nat 200.42.75.183 table ppp0 prio 1
(the idea is that packets that match the fwmark 3 change their source
address to 200.42.75.183)..it first apply the nat and then routes to
table ppp0 right?
in such case the, nat, why may be nat not being applyed?
cause it doesnt work at all..it goes to that interface but does not nat
the src address of the package.
2013 Dec 21
0
calculo del area de t experimental o F experimental
Porque con "less" estás hacienddo un test de una cola. En tu ejemplo
estás haciendo un test de dos colas:
> 2*pt(-5.4349,df=21.982)
[1] 1.855473e-05
El 21/12/2013 21:33, HERNANDEZ CORONADO JORGE escribió:
> t.test(1:10,y=c(7:20))
>
> Welch Two Sample t-test
>
> data: 1:10 and c(7:20)
> t = -5.4349, df = 21.982, p-value = 1.855e-05
> alternative hypothesis: