Displaying 20 results from an estimated 108 matches for "mname".
Did you mean:
name
2011 Mar 07
4
png inside loop
...is not recommended
names(water[3:10])
[1] "temp" "pH" "DO" "BOD" "COD" "no3" "no2" "po4"
for (i in names(water)[3:10]){
fname<-paste("Henni/GFX/fem",i,".png",sep="")
mname<-paste("Henni/GFX/mal",i,".png",sep="")
png(fname,1000,1000)
xyplot(N_female~eval(parse(text=i)) |group,xlab=i,ylab="Abundance")
graphics.off()
png(mname,1000,1000)
xyplot(N_male~eval(parse(text=i)) |group,xlab=i,ylab="Abundan...
2007 Jun 28
1
Error en assign(mname, def, where)
Hi R users,
I am working with the fda package but when I call the function pca.fd I
obtain a message error, which I cann't identify. The error say That :
error in assihn(mname,def,where), is not possible to add links to a
blockade enviroment.
The orther that I'm writting is:
> cp1 <- pca.fd(ind.fd1,nharm=3)
and before it I can to plot the functional data object ind.fd1.
?Have anybody seen this error or any similar message?,
?Any idea?
Thancks for your help
-...
2019 Jun 28
2
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...s::conformMethod, tracer = quote({
>> cc <<- cc + 1L
>> print(cc)
>> if (cc == 31) { ## manually identified
>> untrace(methods::conformMethod)
>> trace(methods::conformMethod, at = list(at), tracer = quote({
>> str(list(signature = signature, mnames = mnames, fnames = fnames))
>> print(ls())
>> try(str(list(omittedSig = omittedSig, signature = signature)))
>> }))
>> }
>> }))
>> loadNamespace("oligo")
>>
>> gives:
>>
>> Untracing function "conformMethod&...
2019 Jun 27
2
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...!= "missing")
cc <- 0L
trace(methods::conformMethod, tracer = quote({
cc <<- cc + 1L
print(cc)
if (cc == 31) { ## manually identified
untrace(methods::conformMethod)
trace(methods::conformMethod, at = list(at), tracer = quote({
str(list(signature = signature, mnames = mnames, fnames = fnames))
print(ls())
try(str(list(omittedSig = omittedSig, signature = signature)))
}))
}
}))
loadNamespace("oligo")
gives:
Untracing function "conformMethod" in package "methods"
Tracing function "conformMethod" in pac...
2010 Dec 04
3
Polycom Park by EFK
...d as a result of pressing the call park key. My
understanding of the below configuration is it should cause the DTMF
sequence #70 to be sent across the SIP channel -- but it isn't.
<efk>
<version efk.version="2" />
<efklist
efk.efklist.1.mname="callpark"
efk.efklist.1.status="1"
efk.efklist.1.label="Call Park"
efk.efklist.1.use.active="1"
efk.efklist.1.action.string="#70"
efk.efklist.2.mname="blindxfer&qu...
2007 May 27
2
[Bioc-devel] promptClass
...==================================================
--- RMethodUtils.R (revision 41719)
+++ RMethodUtils.R (working copy)
@@ -621,7 +621,7 @@
getMethodsMetaData <-
## get the methods meta-data for function f on database where
function(f, where = topenv(parent.frame())) {
- mname <- mlistMetaName(f, where)
+ mname <- mlistMetaName(f, getPackageName(where))
if(exists(mname, where = where, inherits = missing(where)))
get(mname, where)
else
Seth Falcon <sfalcon at fhcrc.org> writes:
> cstrato <cstrato at aon.at> writ...
2019 Jun 28
0
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...> trace(methods::conformMethod, tracer = quote({
> cc <<- cc + 1L
> print(cc)
> if (cc == 31) { ## manually identified
> untrace(methods::conformMethod)
> trace(methods::conformMethod, at = list(at), tracer = quote({
> str(list(signature = signature, mnames = mnames, fnames = fnames))
> print(ls())
> try(str(list(omittedSig = omittedSig, signature = signature)))
> }))
> }
> }))
> loadNamespace("oligo")
>
> gives:
>
> Untracing function "conformMethod" in package "methods"...
2019 Jun 29
2
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...>> >> print(cc)
>> >> if (cc == 31) { ## manually identified
>> >> untrace(methods::conformMethod)
>> >> trace(methods::conformMethod, at = list(at), tracer = quote({
>> >> str(list(signature = signature, mnames = mnames, fnames = fnames))
>> >> print(ls())
>> >> try(str(list(omittedSig = omittedSig, signature = signature)))
>> >> }))
>> >> }
>> >> }))
>> >> loadNamespace("oligo")
&g...
2013 Jul 04
2
Modificar una función de un paquete
Estimados miembros de la lista.
Estoy trabajando con la función mosaic del paquete vcd. Cómo puedo hacer
para ver el contenido fe la función y modificar algunos de sus argumentos?
Muchas gracias,
Manuel
--
*Manuel Spínola, Ph.D.*
Instituto Internacional en Conservación y Manejo de Vida Silvestre
Universidad Nacional
Apartado 1350-3000
Heredia
COSTA RICA
mspinola@una.ac.cr
2019 Jun 29
0
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...te({
> >> cc <<- cc + 1L
> >> print(cc)
> >> if (cc == 31) { ## manually identified
> >> untrace(methods::conformMethod)
> >> trace(methods::conformMethod, at = list(at), tracer = quote({
> >> str(list(signature = signature, mnames = mnames, fnames = fnames))
> >> print(ls())
> >> try(str(list(omittedSig = omittedSig, signature = signature)))
> >> }))
> >> }
> >> }))
> >> loadNamespace("oligo")
> >>
> >> gives:
> >>
>...
2013 Jul 04
1
Modificar una función de un paquete
...ub(" ", "", fstr[[1]][1])
> if (is.null(highlighting) && (!dep %in% c("","Freq"))) {
> if (all(varnames == ".")) {
> varnames <- if (is.data.frame(data))
> colnames(data)
> else
> names(dimnames(as.table(data))**)
> varnames <- varnames[-which(varnames %in% dep)]
> }
>
> varnames <- c(varnames, dep)
> highlighting <- length(varnames) + length(condnames)
> }
>
>
> if (inherits(edata, "ftable") || inherits(edata, "table&qu...
2009 Dec 04
1
Lattice : Help with changing the labels of x-axis in respective panels
Dear R-Helpers,
I am not very experienced in using lattice and I am still in the learning
stage
I have a data set which looks like this: (I have deleted a few lines in
order to save space)
Chromosome marker Marker.Name Distance
1 1 1 PeMm261 0.0000
2 1 2 Xtxp8 10.1013
..
20 1 20 EbMi148 210.3099
21 1 21 Xtxp25
2006 Mar 14
1
setMethod confusion
...function "table"
or "as.data.frame.table" for my class "tfSites".
Taking out all the useful code and just returning the input class I get
the error
setMethod("table", "tfSites",
function(.Object) .Object)
Error in conformMethod(signature, mnames, fnames, f) :
In method for function "table": formal arguments omitted in the method
definition cannot be in the signature (exclude = "tfSites")
setMethod("as.data.frame.table", "tfSites",
function(.Object) .Object )
Error in conformMethod(sign...
2013 Jul 04
0
Modificar una función de un paquete
...lse NULL
dep <- gsub(" ", "", fstr[[1]][1])
if (is.null(highlighting) && (!dep %in% c("","Freq"))) {
if (all(varnames == ".")) {
varnames <- if (is.data.frame(data))
colnames(data)
else
names(dimnames(as.table(data)))
varnames <- varnames[-which(varnames %in% dep)]
}
varnames <- c(varnames, dep)
highlighting <- length(varnames) + length(condnames)
}
if (inherits(edata, "ftable") || inherits(edata, "table") ||
length(dim(edata)) > 2) {...
2019 Jul 01
1
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true
...t;> print(cc)
>>> >> if (cc == 31) { ## manually identified
>>> >> untrace(methods::conformMethod)
>>> >> trace(methods::conformMethod, at = list(at), tracer = quote({
>>> >> str(list(signature = signature, mnames = mnames, fnames = fnames))
>>> >> print(ls())
>>> >> try(str(list(omittedSig = omittedSig, signature = signature)))
>>> >> }))
>>> >> }
>>> >> }))
>>> >> loadNamespace(&...
2019 Jul 04
1
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...t;>? print(cc)
? ? >>> >>? if (cc == 31) {? ## manually identified
? ? >>> >>? ? untrace(methods::conformMethod)
? ? >>> >>? ? trace(methods::conformMethod, at = list(at), tracer = quote({
? ? >>> >>? ? ? str(list(signature = signature, mnames = mnames, fnames = fnames))
? ? >>> >>? ? ? print(ls())
? ? >>> >>? ? ? try(str(list(omittedSig = omittedSig, signature = signature)))
? ? >>> >>? ? }))
? ? >>> >>? }
? ? >>> >> }))
? ? >>> >> loadNamespace(&...
2016 Apr 05
2
DNS issues after FSMO seize
...px
now type :
nslookup -type=soa internal.domain.tld
or
nslookup -debug -type=soa internal.domain.tld
and look at
nslookup -debug -type=soa internal.domain.tld ip_of_a_NS1-server.
nslookup -debug -type=soa internal.domain.tld ip_of_a_NS2-server.
And see..
The soa record contains only 1 ! MNAME record.
The MNAME is (always/should_be) the primary dns server.
( see RFC/links below its in there)
( primary = first in this example )
In DNS with AD integrated zone, which has multi-master replication,
There is still only 1 MNAME field in SOA since there is only 1 SOA per zone.
! Often the...
2013 Jul 06
0
Modificar una función de un paquete
...quot;, fstr[[1]][1])
> > if (is.null(highlighting) && (!dep %in% c("","Freq"))) {
> > if (all(varnames == ".")) {
> > varnames <- if (is.data.frame(data))
> > colnames(data)
> > else
> > names(dimnames(as.table(data))**)
> > varnames <- varnames[-which(varnames %in% dep)]
> > }
> >
> > varnames <- c(varnames, dep)
> > highlighting <- length(varnames) + length(condnames)
> > }
> >
> >
> > if (inherits(edata, "ftab...
2019 Jun 29
0
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...t;> print(cc)
>>> >> if (cc == 31) { ## manually identified
>>> >> untrace(methods::conformMethod)
>>> >> trace(methods::conformMethod, at = list(at), tracer = quote({
>>> >> str(list(signature = signature, mnames = mnames, fnames = fnames))
>>> >> print(ls())
>>> >> try(str(list(omittedSig = omittedSig, signature = signature)))
>>> >> }))
>>> >> }
>>> >> }))
>>> >> loadNamespace(&...
2009 Feb 26
13
o2dlm mle hash patches - round 2
The changes from the last drop are:
1. Patch 11 removes struct dlm_lock_name.
2. Patch 12 is an unrelated bugfix. Actually is related to a bugfix
that we are retracting in mainline currently. The patch may need more testing.
While I did hit the condition in my testing, Marcos hasn't. I am sending it
because it can be queued for 2.6.30. Give us more time to test.
3. Patch 13 will be useful