search for: ptepar

Displaying 3 results from an estimated 3 matches for "ptepar".

2017 Dec 08
0
Need help with labeling a plot correctly
...n) library(chron) library(MASS) library(ggplot2) # activity plots that Hadley Wickham helped develop back in ~2007 #New from Hadley *s*etwd("C:/Bats/Temporal data") #C:\Bats\Temporal data source("date.r") All <- read.csv("C:/Bats/Temporal data/TECTemporal.CSV") ?Ptepar <-subset(All, Species == "Ptepar") str(Ptepar) # Notice that date and time are factors - you need to convert them # into dates.? This doesn't happen automatically in R.? Also, the syntax to # make dates isn't exactly intuitive. Ptepar$Date <- as.Date(Ptepar$Date, "%m/...
2011 Aug 08
1
Reshape2 sytax
..." $measure [1] "Number" When I execute cast the data matrix is in the correct order but the data values are not included. Clearly I am missing something. I expected / need to have the column values to = the values from the input data set for each time block. Morbla Ptemac Ptepar Ptequa 0:00 0 0 0 0 0:15 0 0 0 0 0:30 0 0 0 0 0:45 0 0 0 0 1:00 0 0 0 0 1:15 0 0 0 0 1:30 0 0 0 0 1:45 0 0 0 0 18:45 0 0...
2013 Apr 20
7
Reshape or Plyr?
...7603 079-f2p1-Acetuna Molspp 2/14/2012 12.1 5 4.132231 079-f2p1-Acetuna Molspp 2/14/2012 12.1 5 4.132231 079-f2p1-Acetuna Phyllo 2/14/2012 12.1 2 1.652893 079-f2p1-Acetuna Ptedav 2/14/2012 12.1 1 0.8264463 079-f2p1-Acetuna Ptegym 2/14/2012 12.1 1 0.8264463 079-f2p1-Acetuna Ptepar 2/14/2012 12.1 2 1.652893 079-f2p1-Acetuna Rhotum 2/14/2012 12.1 6 4.958678 079-f2p1-Acetuna Sacbil 2/14/2012 12.1 6 4.958678 079-f2p1-Acetuna Saclep 2/14/2012 12.1 11 9.090909 079-f2p1-Acetuna Buzz 2/15/2012 12.1 2 1.652893 079-f2p1-Acetuna Buzz 2/15/2012 12.1 2 1.6528...