search for: wildebeest

Displaying 10 results from an estimated 10 matches for "wildebeest".

2010 Jul 08
1
Time value not sorting properly
...:47 -1.2315372 35.4806165 1027 2836 2010 7 1 21:01:13 -1.2578944 35.4670629 1093 2836 2010 7 1 00:01:35 -1.2420750 35.5449559 1132 The code I used to sort the dataframe is: # Sort dataset so values are in incremental order temp.or <-order(wildebeest$ID,wildebeest$year,wildebeest$month,wildebeest$day,wildebeest$time,decreasing=FALSE) wildebeest <-wildebeest[temp.or,] Eventually, I will have around 400,000 records, so my script is designed at problem solving these errors. Is there something that I am missing or is there something in this fie...
2010 Jul 16
2
invalid factor level, NAs generated
...;ve seen a few threads about this, but none that seem to answer my problem I have a list of .txt files in a directory that I am reading into R and row binding together. I am using the following code to do so: # Directory where files are found my.txt.file.directory <- "C:/Jared/Data/Kenya/Wildebeest/Tracking_Data" names.of.txt.files <- list.files(my.txt.file.directory,pattern="all_data",ignore.case=TRUE, full.names=TRUE) # Print names that meet criteria in directory names.of.txt.files # The names.of.txt.files will be a vector with the names of all the txt files # Dataset wi...
2009 Sep 11
0
R - box design-scatter plot für means/regression/lme?
...lp (also because I still have only a few days to finish..)... So shortly I describe you my Experiment in which I was looking for the decomposition of herbivore dung under different treatments: I made a box design experiment which is structured in the following way: I collected dung from 2 species (Wildebeest and Giraffe) and put for each species 8 pellets in different pots. I used 2 water treatments for the pots: wet (by adding water) and dry and two shadow treatments: shadow and sun. So the design for 1 box was looking as follow: 1 Box (Sun or Shadow): 1 giraffe dung - wet 1 giraffe dung - dry 1 wilde...
2004 Jul 14
12
HP-UX 11i and largefiles on rsync 2.6.2
Hello, I'm running HP-UX 11i on an rp74xx. It's 64-bit. C compiler is as follows: B3901BA B.11.11.03 HP C/ANSI C Developer's Bundle for HP-UX 11.i (S800) B3913DB C.03.30.02 HP aC++ Compiler (S800) /usr/bin/cc: LINT B.11.11.02 CXREF B.11.11.02 HP92453-01 B.11.11.02 HP C Compiler $ Sep 8 2000 23:13:51 $ I have successfully compiled rsync 2.6.2 and it
2009 Jul 30
10
[LLVMdev] LLVM Logo
...p://llvm.org/Logo.html I personally think that this is a pretty great logo/mascot for LLVM, because it is very abstract, can be adapted in a variety of ways, is alpha channeled correctly, and probably looks great on shirts/mouse pads. If nothing else, it seems a lot more compelling than a wildebeest jumping out of an egg ;-) That said, I'm not a graphic artist. I simply down-sampled the image to get the "Small" one that I'd like to use on the sidebar. The image is complex enough that it will probably take someone who knows what they are doing to make it look good. A...
2009 Jul 30
0
[LLVMdev] LLVM Logo
...l > > I personally think that this is a pretty great logo/mascot for LLVM, > because it is very abstract, can be adapted in a variety of ways, is > alpha channeled correctly, and probably looks great on shirts/mouse > pads. If nothing else, it seems a lot more compelling than a > wildebeest jumping out of an egg ;-) > > That said, I'm not a graphic artist. I simply down-sampled the image > to get the "Small" one that I'd like to use on the sidebar. The image > is complex enough that it will probably take someone who knows what > they are doing to mak...
2010 Jul 14
1
Write value to PHP webpage
...en insert my distance value into a field value that currently has the value '&nbsp' as a space holder. My code is currently: # Loop through dataset, summarizing data based on Animal name wild_ID <-unique(wild$ID) Animal <-unique(wild$Name) filepath <-"c:/Jared/Data/Kenya/Wildebeest/Summary/" # Create an empty dataframe dat3 <- data.frame(Animal) for (i in c(1:length(wild_ID))) { # Create Subset dat <-subset(wild, ID == wild_ID[i]) # Calculate Sum of Movement, put in km dat2 <-(sum(dat$STEPLENGTH))/1000 dat3$Distance[i] <-dat2 # Write Value to CSV fil...
2010 May 14
0
Error in eco-model
...c(x = 100, y = 100, z = 100) Time <- seq(0, 100, by = 1) out <- as.data.frame(lsoda(func = LotVmod, y = State, parms = Pars, times = Time)) matplot(out[,-1], type = "l", xlab = "time", ylab = "population") legend("topright", c("leeuw", "wildebeest",?zebra?), lty = c(1,2,3), col = c(1,2,3), box.lwd = 0) -- View this message in context: http://r.789695.n4.nabble.com/Error-in-eco-model-tp2216605p2216605.html Sent from the R help mailing list archive at Nabble.com.
2005 Nov 02
1
Something like Mauve for Wine/ReactOS?
I have read just the comment from Mark Wielaard, the leader of GNU Classpath: http://gnu.wildebeest.org/diary/index.php?p=129 And after that I have a question, if somethinl like Mauve exists also for WINE/ReactOS? GNU Classpath is a OpenSource-Version of the Java Standard Edition Classes. And Mauve are testclasses, which test, that the OpenSource JVMs with GNU Classpath are still working righ...
2009 Sep 11
3
For sending my R package as part of R-project
...lp (also because I still have only a few days to finish..)... So shortly I describe you my Experiment in which I was looking for the decomposition of herbivore dung under different treatments: I made a box design experiment which is structured in the following way: I collected dung from 2 species (Wildebeest and Giraffe) and put for each species 8 pellets in different pots. I used 2 water treatments for the pots: wet (by adding water) and dry and two shadow treatments: shadow and sun. So the design for 1 box was looking as follow: 1 Box (Sun or Shadow): 1 giraffe dung - wet 1 giraffe dung - dry 1 wilde...