Displaying 20 results from an estimated 21559 matches for "along".
Did you mean:
long
2003 Oct 21
5
do.call() and aperm()
..... by-n array]. Neither n nor d is known in
advance. I want to bind the elements together in a higher-dimensional
array.
Toy example follows with d=n=3.
f <- function(n){array(n,c(3,3,3))}
x <- sapply(1:3,f,simplify=FALSE)
Then what I want is
ans <- abind(x[[1]] , x[[2]] , x[[3]] , along=4)
[abind() is defined in library(abind)].
Note that dim(ans) is c(3,3,3,3), as required.
PROBLEM: how do I do tell do.call() that I want to give abind() the
extra argument along=4 (in general, I want
along=length(dim(x[[1]]))+1)?
Oblig Attempt:
jj <- function(...){abind(... , along=4)}
do...
2019 Sep 18
1
[p2v PATCH v2] Use URL to point to GNU licenses
...53 files changed, 60 insertions(+), 117 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index b868d1b..d27219d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,8 +12,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
include $(top_srcdir)/subdir-rules.mk
diff --git a/autogen.sh b/autogen.sh
inde...
2012 Dec 04
0
[PATCH] Update FSF address.
...easonably considered independent and separate works in
@@ -168,7 +168,7 @@ access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
-
+
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
@@ -225,7 +225,7 @@ impose that choice.
This section is intended to m...
2009 Apr 11
4
(no subject)
Hi,
Is it possible to increase just the text size of the main title on my graph? If so, how?!
Along the same lines..along the x axis at a lot of the labels overlap each other, is it possible to make this text smaller of write it on two lines so it doesn't take up as much space along the x axis?
Any help would be much appreciated!
Mary
_________________________________________________...
2003 May 07
2
plot vertical labels along x axis
I know how to print my own labels along the x axis:
plot(1:10,xlab = "My label", axes = FALSE)
axis(1,at=seq(1,10,by=2),labels=c("first","second","third","fourth","fifth"))
Is there a way to make the labels print vertically along the axis rather than
horizontally? (I'm...
2010 May 12
4
difference along a vector
I was looking for a function which would take the difference along a vector?
>a<-c(1,12,23,44,15,28,7,8,9,10)
if I set the number difference to 3 would return
43
2
5
-37
-7
-19
3
or do I need to write my own function for this.
--
View this message in context: http://r.789695.n4.nabble.com/difference-along-a-vector-tp2196594p2196594.html
Sent from the R hel...
2006 Oct 31
0
6309217 gcc and "ac" cfgadm plugin don''t get along
Author: mathue
Repository: /hg/zfs-crypto/gate
Revision: 331ff87e40d7cd5790ee669aa896106c436c29ca
Log message:
6309217 gcc and "ac" cfgadm plugin don''t get along
6309344 gcc and i2c drivers don''t get along
6309394 gcc and audio drivers don''t get along
6309413 gcc and hpc3130_dak.c don''t get along
6309459 gcc and gpio_87317 don''t get along
6309470 gcc and grfans don''t get along
6310438 gcc and ultrasparc drivers d...
2005 Aug 10
2
Treatment-response analysis along time
Dear R people,
I wonder if you could give me a hand with some of my data. I have a very
typical analysis in biology, however it is difficult for me to find the
right way to analyse. I had a group of animals, I gave them a treatment, and
I measure a variable along time -one??s per day- along 5 days,for
example(fake data):
Animals Time1 Time2 Time3 Time4
1 1 5 3 1
2 2 7 4 1
3 5 5 3 1
4 1 3 7 2
5 2 7 7...
2011 Jul 01
0
How to filter XY pairs of inacurate gps position along track, taking into account the time index to not mix track from different days in one average track
Dear R users,
subject: How to filter XY pairs of inacurate gps position along track, taking into account the time index to not mix track from different days in one average track
or subject as: How to filter XY pairs of inacurate gps position: (latitude, longtitude)
to get estimated correct position before calculating track
i.e.
How to estimate (time series? )?
How to f...
2009 Feb 05
3
seq(along= surprise
This surprised me:
> reps <- 100
> sims <- list(length=reps)
> sims
$length
[1] 100
> for(i in seq(along=sims))print(i)
[1] 1
>
This is R 2.8.1.
Kjetil
[[alternative HTML version deleted]]
2011 Nov 18
3
Apply functions along "layers" of a data matrix
Hello
How can I apply functions along "layers" of a data matrix?
Example:
daf <- data.frame(
'id' = rep(1:5, 3),
matrix(1:60, nrow=15, dimnames=list( NULL, paste('v', 1:4, sep='') )),
rep = rep(1:3, each=5)
)
The data frame "daf" contains 3 repetitions/layers (rep) of 4 variabl...
2006 Oct 31
0
6273855 gcc and sgs/crle don''t get along
Author: seizo
Repository: /hg/zfs-crypto/gate
Revision: 08bf1c2a0376c8a9085fd66f4c8cb2420b8bd82a
Log message:
6273855 gcc and sgs/crle don''t get along
6273864 gcc and sgs/libld don''t get along
6273875 gcc and sgs/rtld don''t get along
6272563 gcc and amd64/krtld/doreloc.c don''t get along
6290157 gcc and sgs/librtld_db/rdb_demo don''t get along
Files:
update: usr/src/cmd/sgs/Makefile.com
update: usr/src/cmd/sgs...
2006 Oct 31
0
6309152 gcc and mdesc don''t get along
Author: iskreen
Repository: /hg/zfs-crypto/gate
Revision: bf3b65aa891ccd14428e8d07321743ffe9b9cf46
Log message:
6309152 gcc and mdesc don''t get along
6309756 gcc and niagara perfctr don''t get along
6309977 gcc and glvc don''t get along
6310446 gcc and gcn don''t get along
6310609 gcc and sun4v kernel support don''t get along
Files:
update: usr/src/common/mdesc/mdesc_init_intern.c
update: usr/src/uts/common/sys...
2012 Oct 05
4
Minute Difference
Hi,
Here i have a time along with date,
for eg:- "10/5/2012 5:05:00 AM"
i need to do minus 10 minutes along current date
Like this :- "10/5/2012 4:55:00 AM"
Thanks in Advance
Antony
--
View this message in context: http://r.789695.n4.nabble.com/Minute-Difference-tp4645157.html
Sent from the R help mai...
2010 Jul 03
1
[LLVMdev] generating src code along with LLVM assembly from byte code
Hi,
Are there any options that can be used with llvm-dis to generate LLVM
assembly along with source code if the original byte code had been
built with
-g. e.g. objdump -D -d -S -l executable gives you the source code
listing along with the assembly.
--
Thanks
Shankha
2013 Oct 14
3
How's 5.10 coming along?
Hello team,
Just wondering how the build of 5.10 is coming along. Is there a
resource that informs us on these matters? Thanks!
Regards,
Leonard.
--
mount -t life -o ro /dev/dna /genetic/research
2008 Jul 09
2
rollmean()
Hello,
I am trying to calculate a 31 day running mean in some temperature data
along ROWS. Rollmean() works great along columns, but how do I perform this
same action on my rows?
The data is a matrix of 365 columns (days of the year) by 5,000 rows
(lat/long coordinates).
I would like to perform a 31 day running mean along the 365 days.
I am new to R so any help would be greatly a...
2011 Nov 26
5
cumsum in 3d arrays
Hello!
Is it posible to apply /cumsum()/ along the 3rd dimension of 3D array?
Something like matrlab function - /cumsum (*A*,dim)/ which returns the
cumulative sum of the elements along the dimension of *A* specified by
scalar dim.
Thanks in advance
?eljka
--
View this message in context: http://r.789695.n4.nabble.com/cumsum-in-3d-arrays...
2006 Sep 22
4
Creating Movies with R
...tau
St<-tau ### since I am in dimensionless units and tau is already in
units of 1/|alpha|
D=2e-2
q<-2*beta^2*D
############### Now the grid in space and time
time<-5 # time extent
tsteps<-501 # time steps
newtime<-seq(0,time,len=tsteps)
#### Now the things specific for the dynamics along x
lam1<- -beta/2*(1+sqrt(1+4*St))
lam2<- -beta/2*(1-sqrt(1+4*St))
xmin<- -0.5
xmax<-0.5
x0<-0.1
vx0<-x0
nx<-101 ## grid intervals along x
newx<-seq(xmin,xmax,len=nx) # grid along x
# M1 <- do.call("g", c(list(x = newx), mypar))
mypar<-c(q,lam1,lam2)
sig_xx...
2012 Oct 04
0
[LLVMdev] TableGen: Requesting feedback for "TGContext"
...Or any feedback about the
> idea in general?
>
> I'm also hoping that this change should loosen up some of the
> calcification that has accumulated on TableGen and get the ball
> rolling for transitioning dynamic_cast<> to dyn_cast<> and eliminating
> exceptions, along with general improvements in reliability and
> performance. Along the way I'm also hoping to pull together proper
> reference documentation for the language as it stands right now.
Huge +1. This is awesome.
Along the same lines as removing RTTI and exceptions is that TableGen could real...