search for: 5cm

Displaying 13 results from an estimated 13 matches for "5cm".

Did you mean: 5c
2008 Oct 16
1
draw a 5cm x 3cm rectangle
Hi I want to draw sth in a pdf file with a predefined defined size. Say a 5cm x 3cm rectangle (a ruler): pdf("rect.pdf", paper="a4") plot(c(1,5,5,1,1),c(1,1,3,3,1),asp=1,axes="n") dev.off() but how do I fix that one unit is 1cm? Thanks thomas
2007 Dec 07
5
Grouping by interval
Hello, I have a dataframe of say 20 lines with one line per individual. I want to group these 20 individuals by length class (eg. of 5cm) and get the mean value of all the other variables (eg VarA and VarB) for each length class My dataframe is as follow: Length <- 10:30 VarA <- seq(1000,1200,10) VarB <- seq(500,700,10) Data <- cbind(Length,VarA,VarB) And I want to get something like: Length Class Mean VarA...
2012 Jul 11
2
For loop help
...uld someone help me write a for loop? I am looking for something like this (represents just the top 2 rows of the first table): Date Recorder Site Transect SpeciesSize Class 7/6/10 CSC Puako A MOCA 5-10cm 7/6/10 CSC Puako A MOCA 5-10cm 7/6/10 CSC Puako A MOCA 20-40cm 7/6/10 CSC Puako A MOPA <5cm 7/6/10 CSC Puako A MOPA <5cm 7/6/10 CSC Puako A MOPA 5-10cm 7/6/10 CSC Puako A MOPA 10-20cm Many Thanks! Courtney -- View this message in context: http://r.789695.n4.nabble.com/For-loop-help-tp4636155.html Sent from the R help mailing list archive at Nabble.com.
2007 Mar 02
2
plot with fixed axis proportion
I want to plot something (eg a circle) with a fixed ratio of the x and y axis, or (even better) with a fixed size when I print it. Output should then be a circle (actually it'll be someting more complicated) with radius 5cm and not an ellipse. I'm _sure_ this is not new, but after looking 45min for a solution, I post here... Thanks for help Thomas
2005 Mar 31
1
aggregate question...
R-folks, Is there a function, like aggregate, that allows users to bin values? I've got to break down a data frame into classes of 5cm (or something like it), and I only know how to do it using code like, signif <- symnum( stems$dbh, corr = FALSE, na = FALSE, cutpoints = c(0,10,20,30,40,999), symbols = c(0,10,20,30,40) ) rt <- data.frame( stems$expf,...
2008 Oct 19
1
convert lines to inches
...e size of the darkblue box is fine, but I cannot yet control the size of the plot area (although http://research.stowers-institute.org/efg/R/Graphics/Basics/mar-oma/index.htm helped me a lot). And seeting the mar to zero (#) works in a R figure, but not in a pdf. Why? I already asked ("draw a 5cm x 3cm rectangle") a related question three days ago, but I was unable to get a more complicated example in the grid package (solution there) running. Thanks for giving hints, Thomas
2018 Mar 21
2
AMI potential memory leak
...ChannelStateDesc: Up CallerIDNum: 1234 CallerIDName: <unknown> ConnectedLineNum: <unknown> ConnectedLineName: <unknown> Language: en AccountCode: 11 Context: ABC Exten: 3002 Priority: 8 Uniqueid: 1521665055.4920 Linkedid: 1521665055.4920 Result: %F7%EF%F0%F4z%7C%EE%EF%F6%FCkWDDLO%5Cm%EF%7B__%60h%FE%E0%D4%D5%D9%DA%DD%E2%E8%E1%DC%DE%E0%F3%EC%EF%7C%ED%ED%EC%FAx~oov%F9%F2%F6%EB%ED%FA%FD%F9%FEvjXGFMKWg%FF%7Cdidew%E8%D9%D9%D8%D6%DA%DF%E3%E3%E2%E5%E9%EA%E1%E6%EF%E9%F8%F8%F6%FD%F8%7C~%7D%FC%F9%F7%ED%F4%F6%F9oh%60JFMKP%5Do%FFgtjch%7B%E3%DF%DB%D6%D8%DB%E6%EC%E7%E6%E5%DF%DD%E0%EA%F6%ED%EC...
2018 Mar 22
2
AMI potential memory leak
...nown> > > ConnectedLineName: <unknown> > > Language: en > > AccountCode: 11 > > Context: ABC > > Exten: 3002 > > Priority: 8 > > Uniqueid: 1521665055.4920 > > Linkedid: 1521665055.4920 > > Result: > %F7%EF%F0%F4z%7C%EE%EF%F6%FCkWDDLO%5Cm%EF%7B__%60h%FE%E0%D4%D5%D9%DA%D > D%E2%E8%E1%DC%DE%E0%F3%EC%EF%7C%ED%ED%EC%FAx~oov%F9%F2%F6%EB%ED%FA%FD% > F9%FEvjXGFMKWg%FF%7Cdidew%E8%D9%D9%D8%D6%DA%DF%E3%E3%E2%E5%E9%EA%E1%E6 > %EF%E9%F8%F8%F6%FD%F8%7C~%7D%FC%F9%F7%ED%F4%F6%F9oh%60JFMKP%5Do%FFgtjc > h%7B%E3%DF%DB%D6%D8%DB%E6%EC%E7%E6...
2015 Oct 21
6
Security implications of openssl098e on CentOS 7
On 10/21/2015 1:55 PM, Andrew Holway wrote: > Personally I would go round to that particular vendors office with a pipe > wrench and encourage them to do better however, unless this software is > transmitting credit card information then it seems that you could be > safe(ish) from the regulation standpoint. It really depends on the location > of the machine. Is it deep in the bowels
2013 Feb 13
2
sweave question
Hi Everyone: I was having trouble getting the plot size correct when putting a plot in an sweave document. So, I searched on the internet and I found a clever solution where the person uses the cat function to write latex code so he can include the cat code in the chunk and place the plot using width and height. The solution is here: https://stat.ethz.ch/pipermail/r-help/2009-April/195094.html.
2002 Jun 07
2
offset labeling boxplots
Hello everybody, often I plot boxplots with different number of boxes (up to 200 boxes). I'd like to give every box a readable label on the x-axis. Therefore, I decrease the fontsize of the names and plot them vertical. But if you zoom into the plot (pdf) you will find an offset between the tickmark and the label - the label is shifted to the right. If you vary the box.count in the
2006 Oct 17
0
[680] trunk/wxruby2/samples/printing/printing.rb: Cleaned up to use the Ruby naming convention, added #! line, now uses Wx default ID''s in standard menu items.
...t;/ins><span class="cx"> </span><span class="cx"> Wx::get_app.frame.draw(dc) </span><span class="cx"> end </span><span class="lines">@@ -292,26 +291,26 @@ </span><span class="cx"> # 5cm on the page. </span><span class="cx"> </span><span class="cx"> # Get the logical pixels per inch of screen and printer </span><del>- ppiScreenX, ppiScreenY = get_ppi_screen - ppiPrinterX, ppiPrinterY = get_ppi_printer </del>&l...
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...handler ) ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Sets the extra style bits for the window. The currently defined extra style -bits are: - -\twocolwidtha{5cm} -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param long -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> void SetExtraStyle(long exStyle ) ; </span><del>-&nbsp&nbsp...