Displaying 20 results from an estimated 8000 matches similar to: "Solution for rsync overall progress data display"
2017 Nov 26
0
Solution for rsync overall progress data display
> I looking for a solution to display overall rsync progress on an LCD display as a bargraph.
> I have found 2 parameters:
>
> --progress
> This option tells rsync to print information showing the
> progress of the transfer. This gives a bored user something to
> watch. Implies --verbose if it wasn't already specified.
>
2009 May 22
2
Rolling algorithm vs CRC
Hello,
I have previously mailed on list that I am trying to port rsync to NT. I was
wondering that whether CRC can be used to find check sums rather then
rolling algorithm. I havnt found any document on web comparing rolling
algorithm with CRC.
--
Hasanatkazmi@gmail.com
"I hate Capitalism,so naturally I love Open Source" -- Hasanat Kazmi
+923464362473
-------------- next part
2009 Mar 21
1
bargraph.CI change se for sd
Hi there,
I am a beginner.
I would like to change the error bars in the bargraph.CI function from the
default (se) to (sd). The help file says
ci.fun= function(x) c(fun(x)-se(x), fun(x)+se(x))
Is there a simple way of telling the function what (x) precisely is - I
already define in in the of the bargraph.CI function and assume that is
should be able to use that information.
cheers,
Herwig
--
2011 Mar 25
2
error in bargraph.CI {sciplot}
Hi to all,
Does anybody knows why this is giving an error?
data(ToothGrowth)
# Two-way design with options
bargraph.CI(dose, len, group = supp, data = ToothGrowth,
xlab = "Dose", ylab = "Growth", cex.lab = 1.5, x.leg = 1,
col = "black", angle = 45, cex.names = 1.25,
density = c(0,20), legend = TRUE)
Error in dn.call[[1]] :
2009 Mar 02
1
using par funtions in bargraph.CI()
I'm trying to create a bargraph of means with standard error bars using the
function bargraph.CI (in the sciplot package). Like this:
bargraph.CI(x.factor, response,data,xlab, ylab, par(family="serif"),font=11)
However, an error message comes up when I try to use the par funtion. Does
the character font/style need to be changed in a different way for this
kind of plot? Or am I
2009 Nov 03
2
bargraph.ci - CI and color question.
Hello,
When using bargraph.CI in package sciplot can the bars for each group
be different colors? How do I select the color for each group?
When I use this instead of the default (SD vs SE):
bargraph.CI(x.factor = dose, response = len, data = ToothGrowth,
ci.fun= function(x) c(mean(x)-sd(x), mean(x) + sd(x)) )
Am I getting 95% CI bars?
Thank you kindly,
Michael Just
2009 Apr 10
2
Problem with bargraph.CI in Sciplot package
Hi there,
I wonder if anyone can help me. I'm trying to use bargraph.CI in the Sciplot
package when there is a missing combination of the factor levels.
Unfortunately the standard errors on the plot do not appear to be correct.
Consider an analysis consisting of two factors A and B. When all factor
level combinations are present all appears fine:
library(sciplot)
#all data
2007 Mar 20
2
Problem adjusting x-labels with bargraphCI
Hello:
I'm having quite a bit of difficulty adjusting the x-labels using bargraphCI. I've tried using text and srt=45 to rotate the labels or mtext for 2 lines to break up the labels. However, using either method, I cannot line up the labels with the midpoints of the bars (they line up with some sort of tick mark that is off the midpoint of the bars). Any suggestions would be greatly
2010 Feb 14
5
How to display laptop screen on LCD TV?
Hi,
I am running CentOS 5.2 on Acer laptop, I try to display laptop screen
on a LCD TV via VGA cable. It was fine while PC was booting in text
mode, but as soon as I started X Window, the LCD TV has error
"Unsupported signal, adjust your PC out".
How can I adjust or may be regenerate an xorg.conf for the LCD TV
(Sony KDL-40V5500)?
Thank you.
Kind Regards,
Jupiter
2001 Aug 02
4
pictex driver and bargraph shading
I'm trying to use the pictex driver for bargraphs, and the shading isn't
showing up. Is there any way to get some sort of shading in the plots? A
hatch or stipple would be fine, too; just some way to differentiate the
bars.
The postscript driver won't do, since I'm trying to embed this in a LaTeX
document which I'll use pdflatex on and \includegraphics for pdftex doesn't
2008 Jun 19
2
Draw curve for histogram
Hi all,
What parameter should I feed to the hist function to draw a line, not bar
graph for a histogram? Smoothed line would be great too.
I've looked at curve() for normal distribution but it's not what I need. I
need some curve on top of the histogram (fit to the actual data). Just as a
way to illustrate, rather than bargraph.
Thanks
--
Regards,
Anh Tran
UCLA NeuroOncology Lab
2011 Feb 17
2
A very basic line-plot question
Hi All
I have data like this
tom randy mike dan doug
height 150 152 155 134 141
I am trying to create a line plot, with names on X-axis and height measure
on Y. how can i get it through R.
I could get several versions which are close (dotchart, bargraph), but not
quite the same thing.
I am looking for something like
2011 Aug 02
3
3D Bar Graphs in ggplot2?
Does anyone know how to create a 3D Bargraph using ggplot2/qplot. I don't
mean 3D as in x,y,z coordinates. Just a 2D bar graph with a 3D shaped bard.
See attached excel file for an example.
Before anyone asks I know that 3D looking bars don't add anything except
"prettiness".
http://r.789695.n4.nabble.com/file/n3713305/Example.xlsx Example.xlsx
--
View this message in
2006 Jun 20
2
xorg display problems
Hi all,
Up until today everything has been fine with CentOS on my Toshiba laptop.
I booted into CentOS 4.3 today and Kudzu detected my video card for some
reason. I let it configure it (wish I hadn't now).
I can still get in. X and Gnome work. But the video resolution is
800x640. The LCD is capable of 1024x768. I cannot change it using
Gnome tools or direct editing of
2011 Jun 15
1
Error bars
Hi,
Can anyone help with plotting vertical error bars on a bar graph.
I have tried following examples online and in the big R book and writing my own function but I have been unsuccessful and don’t really have an understanding of what it is I am doing. I have calculated my standard errors so basically just need to draw the bars on the graph but just don’t have a clue!!!
I don’t even know what
2012 Jan 18
2
rsync overall progress patch
Hi everyone,
I'm trying to implement calculation of overall progress for rsync.
Currently it shows progress only on per file basis.
So I need for the feature size of all files to be synced -
this is obvious and already exists in the code.
I can calculate size of transferred files,
but I can't find the piece of code that is responsible for
calculation of checksums. I don't understand
2010 Apr 26
1
mvpart : Printing response values at terminal nodes
I have created a multivariate regression tree using mvpart, with 3-4
responses. Though the plot shows bargraphs for each response, I would
like to have the VALUES of the responses
printed or indicated (via a scale or something) alongside the bargraph.
Is this possible ??
Thanks,
Manjunath
[[alternative HTML version deleted]]
2007 May 01
10
Digital Phones
Hi List;
Asterisk does not have any kind of cards that can work
with it to be used with Digital Phones (digital phones
differ than analoge phone and differ than IP Phones).
Anyone can advise about this as I did not find this on
Diguim
Regards
Bilal Ghayad
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
2012 Apr 25
1
FW: Combined grouped and stacked bargraph
Dear R list,
It appears that my request from yesterday got a bit garbled. I have
tried to rephrase and retype it - please let me know if you can help me
- I am having some trouble drawing a bar-graph with two groups, both of
which are stacked.
I would like to plot the conservation status according to two
classifications (i.e. my groups - IUCN status and national status), and
for each of those
2024 Feb 13
2
[PATCH v2 3/8] fbdev: Do not include <linux/backlight.h> in header
Forward declare struct backlight_device and remove the include
statement.
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
Reviewed-by: Jani Nikula <jani.nikula at intel.com>
---
include/linux/fb.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/fb.h b/include/linux/fb.h
index 2ce2f5c2fca9a..7380d959c5d53 100644
--- a/include/linux/fb.h
+++