Displaying 20 results from an estimated 21565 matches for "alonge".
Did you mean:
along
2003 Oct 21
5
do.call() and aperm()
Hi everyone
I've been playing with do.call() but I'm having problems understanding it.
I have a list of "n" elements, each one of which is "d" dimensional
[actually an n-by-n-by ... 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 <-
2019 Sep 18
1
[p2v PATCH v2] Use URL to point to GNU licenses
Adjust almost all the license headers to point to the GNU website
instead of the FSF postal address.
3rd party code copies are unchanged.
Spotted by Rpmlint.
---
v1 is:
https://www.redhat.com/archives/libguestfs/2019-September/msg00079.html
Makefile.am | 3 +--
autogen.sh | 3 +--
bash/Makefile.am | 3 +--
2012 Dec 04
0
[PATCH] Update FSF address.
---
COPYING.GPL | 43 +++++++++++-----------
doc/Makefile.am | 6 +--
doc/Makefile.lite | 6 +--
examples/c/decode/file/Makefile.am | 6 +--
examples/c/decode/file/Makefile.lite | 6 +--
examples/c/decode/file/main.c | 6 +--
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 not sure if this is even going to look all right, but I
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 help mailing list archive at
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
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
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 filter XY pairs of
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 variables
of 5 persons (id). For some reason, I want to calculate
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:
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:
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 mailing list archive at Nabble.com.
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 appreciated!
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-tp4110470p4110470.html
Sent from the R help mailing
2006 Sep 22
4
Creating Movies with R
Dear All,
I'd like to know if it is possible to create animations with R.
To be specific, I attach a code I am using for my research to plot
some analytical results in 3D using the lattice package. It is not
necessary to go through the code.
Simply, it plots some 3D density profiles at two different times
selected by the user.
I wonder if it is possible to use the data generated for different
2012 Oct 04
0
[LLVMdev] TableGen: Requesting feedback for "TGContext"
On Oct 3, 2012, at 7:07 PM, Sean Silva <silvas at purdue.edu> wrote:
> Hi all, I'm sure that the last thing that you want to think about is
> TableGen's guts, but I'm pursuing a course in bringing TableGen up to
> snuff with the rest of LLVM.
>
> Basically, I would like to introduce a "TGContext" class (by analogy
> with LLVMContext) to harbor a