Displaying 2 results from an estimated 2 matches for "cal11".
Did you mean:
call11
2013 Jul 23
1
Heat Map for species - code from Numerical Ecology with R
...spe.chwo <- reorder.hclust(spe.ch.UPGMA, spe.ch) and the error is Error in vegemite(spe, spe.chwo) : Cowardly refusing to use longer than 1 char symbols: Use scale The data in the dataframe is biomass data recorded to 4 digits. Here is an example of part of the dataframe:
AGA ANT BON CAL11 0.42 0.092 0.051 0.0002 0.00 0.000 0.007 0.0024 0.00 0.008 0.000 0.0097 0.00 0.002 0.003 0.002
I'm wondering if this code is not working because my data is more than one digit long. Any suggestions or insight on how to get this code to work with biomass data would be greatly appreciated. Thank...
2013 Jan 23
0
[LLVMdev] Code Generation for Statically Pipelined Architecture
I'm working on a project with a machine language for a statically pipelined
architecture. This article provides an overview of the idea:
http://www.cs.fsu.edu/~whalley/papers/cal11.pdf. Right now, we're using
the VPO compiler to produce this assembly code. We've been exploring using
LLVM as a front-end to provide high level optimization.
We'd like to know if there's a good way to go about producing this assembly
language directly. The problem I'm looki...