Displaying 20 results from an estimated 32 matches for "ahamed".
Did you mean:
ashamed
2018 Feb 10
2
How to label a polygon window (spatstat package)
Hi,?
I want to label a polygon (circle or polygon) inside.
As for example code?
library(spatstat)
x <- runif(20)
y <- runif(20)
X <- ppp(x, y, window=disc(0.7))
plot(X)
Now I want to label that circle inside . Can some one please help me ??
Thanks.?
Regards.............
Tanvir Ahamed
Stockholm, Sweden???? |??mashranga at yahoo.com
2018 Feb 10
0
How to label a polygon window (spatstat package)
Try
text(0.5, 0.5, label = "?text")
On Sat, 10 Feb 2018, 16:22 Mohammad Tanvir Ahamed via R-help, <
r-help at r-project.org> wrote:
> Hi,
> I want to label a polygon (circle or polygon) inside.
> As for example code
>
> library(spatstat)
> x <- runif(20)
> y <- runif(20)
> X <- ppp(x, y, window=disc(0.7))
> plot(X)
>
> Now I want to l...
2016 Nov 02
2
Request - Javascript player using Media Source Extensions
Hi,
I was wondering if there is a javascript player that uses Media Source Extensions to play Icecast streams on modern browsers.
Based on my limited research, the following players do not seem to support Icecast streams:
Aurora.js - Icecast does not support HEAD requests, which Aurora.js seems to require.
Shaka - Needs DASH manifests, cannot play off a simple URL. IANAL but MPEG LA seems to
2011 Apr 18
1
Reorder a data frame according a column randomly reordered.
...1118
how can i do that ??
Hint :
this could be helpful :
if X2 is only a vector like this
X2<-c(8,9,10,11,12,13,14)
so i can easily reorder it by using sample commend
sample (X2 , size=length(X2), replace=FALSE)
may be i have to use lapply commend with sample commend .
/.......Tanvir Ahamed
[[alternative HTML version deleted]]
2013 Feb 08
1
Conflict command getSequence {biomaRt} and getSequence {seqinr} !!
...q = getSequence(id="BRCA1", type="hgnc_symbol", seqType="peptide", mart = mart)
Error in length(x) : 'x' is missing
I need to use biomaRt and seqinr package together as i will use other commends from biomaRt and seqinr package .
Thanks .
/.......Tanvir Ahamed
[[alternative HTML version deleted]]
2013 May 07
1
Problem with biomaRt::getSequence.
...sembl)
Error in getBM(c(seqType, type), filters = type, values = id, mart = mart, :
Query ERROR: caught BioMart::Exception::Database: Error during query execution: Can't create/write to file '/mnt/ephemeral0/mysqltmp/#sql_40a_0.MYI' (Errcode: 2)
I need help please.
/.......Tanvir Ahamed
[[alternative HTML version deleted]]
2020 Oct 05
0
data error problem
Hi,?In your data file, the first row does not have an equal number of column like the rest of the row.Check your data file. Specially 1st row.??
Regards.............Tanvir Ahamed Stockholm, Sweden | mashranga at yahoo.com
On Monday, 5 October 2020, 08:11:48 am GMT+2, Mir Md. Abdus Salam <mir.salam at uef.fi> wrote:
Dear all,
I need urgent help. I am a new user of R. I got the following error
anovamine<-read.table("spike cu.txt",heade...
2017 Sep 04
1
Merge by Range in R
...?
I have tried "GenomicRanges" packages describe in the post ?
https://stackoverflow.com/questions/11892241/merge-by-range-in-r-applying-loops
But i was not successful. Can any one please help me to do this fast, as the data is very big ??
Thanks in advance.
Regards.............
Tanvir Ahamed Stockholm, Sweden???? |??mashranga at yahoo.com
[[alternative HTML version deleted]]
2013 Sep 13
3
Regarding libvirt usage
Hi Team,
I am using libvirt module to retrieve configuration of the virtual
machines, Can you please tell me how to retrieve the disk space of the
Virtual machines. In my KVM hyper i am running two virtual machines.
Regards
Manzoor
2020 Oct 04
2
data error problem
Dear all,
I need urgent help. I am a new user of R. I got the following error
anovamine<-read.table("spike cu.txt",header=TRUE)
Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
line 1 did not have 9 elements
Can anybody please help me to solve this problem why I am getting such kind of error?
Thanks
[[alternative HTML version deleted]]
2007 Jul 10
3
No password prompt for ssh from perl script
Hi,
I need some help from you guys for one issue I am facing with my script.
While logging into localhost using ssh from command prompt it works:
It works from command prompt --> ssh loginid at localhost
But when we try to login to localhost using ssh from perl script using
pseudo terminal, I am getting the following without any password prompt.
We are getting following instead of
2006 Aug 04
2
Dedicate PCI Devices to DomU?
I am trying to dedicate a number of PCI ports to DomU and no success!
The PCI devices I am trying to dedicate are QLogic 23xx cards!
I am using SUSE 10.1 with latest xen-unstable!
I have followed all the instructions given in latest xen 3.0 manual.
Like building the backend support in Dom0
Building the frontend support in DomU
Using the pciback.hide=(xx:xx.x) in Dom0 command
2015 Jul 31
1
Request for Icecast-libshout 2.3.2 Release Date
(Resending because previous message got scrubbed)
Hi,
I was wondering if we have an approximate release date/horizon for Icecast-libshout 2.3.2. The last release was 2.3.1 on 20120525 and the 2.3.2 release would contain some very useful features (https://git.xiph.org/?p=icecast-libshout.git;a=blob;f=NEWS).
In case this is the incorrect list for this question, I apologize.
Thanks,
ab
2013 Sep 14
1
Re: Regarding libvirt usage
...35456000 bytes)****
>
> disk size: 174G****
>
> cluster_size: 65536****
>
> ** **
>
> HTH, ****
>
> ** **
>
> -Adam****
>
> ** **
>
> *From:* libvirt-users-bounces@redhat.com [mailto:
> libvirt-users-bounces@redhat.com] *On Behalf Of *Manzoor Ahamed
> *Sent:* Friday, September 13, 2013 2:26 AM
> *To:* libvirt-users@redhat.com
> *Subject:* [libvirt-users] Regarding libvirt usage****
>
> ** **
>
> Hi Team,****
>
> ** **
>
> I am using libvirt module to retrieve configuration of the virtual
> machines,...
2020 Oct 04
3
how to get a numeric vector?
Hi,
a <- c(1, 4)
b <- c(5, 8)
a:b
[1] 1 2 3 4 5
Warning messages:
1: In a:b : numerical expression has 2 elements: only the first used
2: In a:b : numerical expression has 2 elements: only the first used
how to get:
c(1:5, 4:8)
Thanks.
2011 Apr 13
5
Clearing Console; of weeks of codes!
Dear All:
I do see I have weeks of codes in my console when I check with my arrow up
keys. I have been clearing them with Control L but it seems to clear it
clear the screen temporally. I do see the previous codes again when I open R
the next day, after quitting the session!
Q:
How do I clear this?
Thanks;
YA
--
View this message in context:
2006 Jan 09
0
Ruby on Rails Consultant Wanted
We''re a J2EE development shop in Vancouver, BC, Canada, and are taking a serious
look at Ruby on Rails for some major projects. We''re looking for a consultant
with extensive (5+ years) J2EE application development experience, who has
deliverd one or more Ruby on Rails projects. Initially we are looking for
someone to provide 3-5 days of on-site consulting to work with our
2009 Aug 06
0
donlp2
Dear Sir,
I am working with one example in R donlp2. How I can get the Hessian matrix
from the output.
p = c(10,10)
par.l = c(-100,-100)
par.u = c(100,100)
nlin.l = nlin.u = 2
fn = function(x) {
x[1]^2+x[2]^2
}
dfn = function(x){
c(2*x[1], 2*x[2])
}
attr(fn, "gr") = dfn
nlcon = function(x){
x[1]*x[2]
}
dnlcon = function(x){
c(x[2], x[1])
}
attr(nlcon, "gr") = dnlcon
2011 Apr 14
1
if (cond) expr1 expr2 ??
hi , this can be done easily if (cond) expr
ex:
> for (i in 1: 4)+ {+ if(i==2) print("a")+ if(i==2) print("b")+ }
output : [1] "a"[1] "b"
but i want this
if (cond) expr1 expr 2
i tried this :
> for (i in 1: 4)+ {+ if(i==2) (print("b") && print("a"))+ }
output : [1] "b"Error in print("b") &&
2006 Apr 05
1
Info required
Hi Samba Team,
We are currently running on Samba 2.2.3a version. As part of the technology
upgrade, management is willing to upgrade the current samba versions of in
production machines. Can you please tell me how long I can use the 2.2.3a
version? And if you suggest me to upgrade to a higher version, which
version will best suite for us ?.
Thanks in Advance.....Hisham
Unless expressly stated