Displaying 16 results from an estimated 16 matches for "nc2".
Did you mean:
nb2
2005 Aug 22
2
problem building dendrograms to use with heatmap()
...attr(ans, 'leaf') <- F
attr(ans, 'midpoint') <- (members - 1)/2
attr(ans, 'class') <- 'dendrogram'
ans
}
lc1 <- dendro.leaf('c1')
lc2 <- dendro.leaf('c2')
lc3 <- dendro.leaf('c3')
nc1 <- dendro.merge(lc1, lc2, 0.1)
nc2 <- dendro.merge(nc1, lc3, 0.2)
plot(nc2)
lr1 <- dendro.leaf('r1')
lr2 <- dendro.leaf('r2')
lr3 <- dendro.leaf('r3')
nr1 <- dendro.merge(lr2, lr3, 0.1)
nr2 <- dendro.merge(lr1, nr1, 0.3)
plot(nr2)
x <- matrix(seq(-1, 1, length.out=9), nrow=3)
rownames(x...
2010 Apr 06
0
Adding labels on maps (using sp, maptools, or something else suggested)
...ion.
Furthermore, the colors do not correctly match the names. I suppose I
could manually re-order my regionnames vector, but that seems
avoidable in a way that I cannot see. Finally, I do not want the
legend, as it would be meaningless for my use.
----- Example 2 -----
library(maptools)
nc2 <- readShapePoly("ITA_adm1.shp")
plot(nc2)
invisible(text(getSpPPolygonsLabptSlots(nc2),
labels=as.character(regionnames), cex=0.4))
This gets me a map with regions outlined (as desired), but the names
don't land where I want them to. A relatively "klunky" solution is t...
2004 Aug 03
1
(PR#7152) Ops.ts returns non-ts object for univariate operations
...- NextMethod(.Generic)
>> attributes(result) <- attributes(e1)
>> result
>> } else if(any(nchar(.Method) == 0)) {
>> ## one operand is not a ts
>> NextMethod(.Generic)
>> } else {
>> nc1 <- NCOL(e1)
>> nc2 <- NCOL(e2)
>> ## use ts.intersect to align e1 and e2
>> e12 <- .cbind.ts(list(e1, e2),
>> c(deparse(substitute(e1))[1],
>> deparse(substitute(e2))[1]),
>> union = FALSE)
>...
2017 Aug 14
2
ncdf4: Why are NAs converted to _FillValue when saving?
...of the country are NAs. The third variable is calculated from the first two variables. Basically there is no problem to do that. I copy the file with the data of the first variable, open this file with 'write=TRUE' (nc1 <- nc_open()), read the data to 'var1', open the other file (nc2 <- nc_open()), read the data to variable 'var2', put this variable to the file (nc1) and calculate the third variable based on var1 and var2.
So far everything is fine. But I figured out that when I write the data 'var2' to nc1, all NAs in this variable are converted to the _Fil...
2017 Aug 14
0
ncdf4: Why are NAs converted to _FillValue when saving?
...are NAs. The third variable is calculated from the first two variables.
> Basically there is no problem to do that. I copy the file with the data of
> the first variable, open this file with 'write=TRUE' (nc1 <- nc_open()),
> read the data to 'var1', open the other file (nc2 <- nc_open()), read the
> data to variable 'var2', put this variable to the file (nc1) and calculate
> the third variable based on var1 and var2.
>
> So far everything is fine. But I figured out that when I write the data
> 'var2' to nc1, all NAs in this variable a...
2013 Feb 05
1
ncdf4 installation problem: undefined symbol [SEC=UNCLASSIFIED]
...t; -I/usr/local/include -I/usr/local/include
--libs -> -L/usr/local/lib -lnetcdf
--has-c++ -> no
--cxx ->
--has-c++4 -> no
--cxx4 ->
--fc ->
--fflags ->
--flibs ->
--has-f90 -> no
--has-dap -> no
--has-nc2 -> yes
--has-nc4 -> yes
--has-hdf5 -> yes
--has-hdf4 -> no
--has-pnetcdf-> no
--has-szlib ->
--prefix -> /usr/local
--includedir-> /usr/local/include
--version -> netCDF 4.2.1.1
---
netcdf.m4: about to set rpath, here is source string: >-L...
2009 Jun 03
1
Validity of Pearson's Chi-Square for Large Tables
Is Pearson's Chi-Square test for contingency tables asymptotically unbiased
for large tables (large degrees of freedom) regardless of the expected
values in each cell? The rule of thumb is that Pearson's Chi-square should
not be used when large numbers of cells have expected values < 5. However,
I compared the results on 4x4 contingency tables for R's chisq.test using
chi-square
2005 Mar 22
3
Newbie: Matrix indexing
Hi all,
I need to compute some "occurence matrix": given a zero matrix and a set
of paired indexes, I want to store the number of occurences of each paired
index in a matrix. The paired indexes are stores as an index matrix. I
prefere not to use loops for performances purpose.
Here follows a dummy example:
> occurence <- matrix(0, 2, 2); data
[,1] [,2]
[1,] 0 0
2013 Mar 07
1
install error - Netcdf library (linux)
...ags -> -I/usr/local/include -I/usr/local/include
--libs -> -L/usr/local/lib -lnetcdf
--has-c++ -> no
--cxx ->
--has-c++4 -> no
--cxx4 ->
--fc ->
--fflags ->
--flibs ->
--has-f90 -> no
--has-dap -> yes
--has-nc2 -> yes
--has-nc4 -> yes
--has-hdf5 -> yes
--has-hdf4 -> no
--has-pnetcdf-> no
--has-szlib ->
--prefix -> /usr/local
--includedir-> /usr/local/include
--version -> netCDF 4.2.1.1
---
netcdf.m4: about to set rpath, here is source string: >-L/usr/loc...
2013 Mar 07
0
install Netcdf library (linux)
...; -I/usr/local/include -I/usr/local/include
--libs -> -L/usr/local/lib -lnetcdf
--has-c++ -> no
--cxx ->
--has-c++4 -> no
--cxx4 ->
--fc ->
--fflags ->
--flibs ->
--has-f90 -> no
--has-dap -> yes
--has-nc2 -> yes
--has-nc4 -> yes
--has-hdf5 -> yes
--has-hdf4 -> no
--has-pnetcdf-> no
--has-szlib ->
--prefix -> /usr/local
--includedir-> /usr/local/include
--version -> netCDF 4.2.1.1
---
netcdf.m4: about to set rpath, here is source string: >-L...
2001 Jun 28
4
Tinc1.0pre4 & kernel 2.4.5 & tun/tap
Hi !
I want to setup tinc 1.0 pre4 with kernel 2.4.5 I didn't find
information about settings of tun/tap device
I did
in kernel -
[*] Prompt for development and/or incomplete code/drivers
Network device support
<M> Universal TUN/TAP device driver support
in /etc/modules.conf -
alias char-major-10-200 tun
mknod -m 600 /dev/tun c 10 200
chown 0.0 /dev/tun
In mailing list archive I
2006 Feb 06
4
DO NOT REPLY [Bug 3488] New: writefd_unbuffered failed to write 4096 bytes: phase "unknown" [generator]: Broken pipe (32)
...1 8 _ D Q S _ P A".., 263552) = 263552
19760: read(0, " _ I D = - 1\r\n\t I".., 263552) = 263552
19760: read(0, " - 1\r\n\t I N T _ C O".., 263552) = 263552
19760: poll(0xFFBFD828, 2, 60000) = 1
19760: write(1, "FC0F\00796C3D611F5\f nC2".., 4096) = 4096
19760: time() = 1139251239
19760: read(0, " X 3 6 _ D Q S _ P A D _".., 263552) = 263552
19760: read(0, " R E S P O N D I N G _ X".., 263552) = 263552
19760: read(0, " f a l s e\r\n\t B O O"..,...
2009 Aug 07
3
[Bridge] [evb] RE: [PATCH][RFC] net/bridge: add basic VEPA support
...;_ylc=X3oDMTJwdjNqdTNiBF9TAzk3MzU5NzE0BF9wAzMEZ3JwSWQDMjM4OTY0NDcEZ3Jwc3BJZAMxNzA1MDA0NzUwBHNlYwNuY21vZARzbGsDZ3JvdXBzMgRzdGltZQMxMjQ5NjcxNTEw>
in 3 easy steps.
Connect with others.
.
<http://geo.yahoo.com/serv?s=97359714/grpId=23896447/grpspId=1705004750/msgId=212/stime=1249671510/nc1=1/nc2=2/nc3=3>
__,_._,___
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.linux-foundation.org/pipermail/bridge/attachments/20090807/a97fd94f/attachment-0001.htm
2009 Aug 07
3
[Bridge] [evb] RE: [PATCH][RFC] net/bridge: add basic VEPA support
...;_ylc=X3oDMTJwdjNqdTNiBF9TAzk3MzU5NzE0BF9wAzMEZ3JwSWQDMjM4OTY0NDcEZ3Jwc3BJZAMxNzA1MDA0NzUwBHNlYwNuY21vZARzbGsDZ3JvdXBzMgRzdGltZQMxMjQ5NjcxNTEw>
in 3 easy steps.
Connect with others.
.
<http://geo.yahoo.com/serv?s=97359714/grpId=23896447/grpspId=1705004750/msgId=212/stime=1249671510/nc1=1/nc2=2/nc3=3>
__,_._,___
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.linux-foundation.org/pipermail/bridge/attachments/20090807/a97fd94f/attachment-0001.htm
2009 Aug 07
3
[Bridge] [evb] RE: [PATCH][RFC] net/bridge: add basic VEPA support
...;_ylc=X3oDMTJwdjNqdTNiBF9TAzk3MzU5NzE0BF9wAzMEZ3JwSWQDMjM4OTY0NDcEZ3Jwc3BJZAMxNzA1MDA0NzUwBHNlYwNuY21vZARzbGsDZ3JvdXBzMgRzdGltZQMxMjQ5NjcxNTEw>
in 3 easy steps.
Connect with others.
.
<http://geo.yahoo.com/serv?s=97359714/grpId=23896447/grpspId=1705004750/msgId=212/stime=1249671510/nc1=1/nc2=2/nc3=3>
__,_._,___
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.linux-foundation.org/pipermail/bridge/attachments/20090807/a97fd94f/attachment-0001.htm
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking