Displaying 15 results from an estimated 15 matches for "labcex".
Did you mean:
labbe
2012 Jan 21
1
contour(): Thickness contour labels
Hi,
I want to display some contour labels. It works well, but the thickness of
the label is to low. I tried the "labcex" command
contour(x,y,z, labcex=2)
But only the size is rising and not the thickness of labels. Only if i set
the value to "labcex=10" the thickness is good, but the size is to big, so
i can't see anything ;)
Is there any command to rise the thickness of contour labels like the...
2000 Jan 17
1
lwd patches for "contour"
...: on replay, call == R_NilValue */
if (call != R_NilValue)
*** src/library/base/R/contour.R.orig Mon Jan 17 11:12:11 2000
--- src/library/base/R/contour.R Mon Jan 17 11:43:02 2000
***************
*** 6,12 ****
ylim = range(y, finite = TRUE),
zlim = range(z, finite = TRUE),
labcex = 0,
! col = par("fg"), lty = par("lty"), add = FALSE, ...)
{
## labcex is disregarded since we do NOT yet put ANY labels...
if (missing(z)) {
--- 6,12 ----
ylim = range(y, finite = TRUE),
zlim = range(z, finite = TRUE),
labcex = 0,
! col...
2000 Feb 16
2
contour() labels (PR#441)
R-0.99.0a now plots contour labels from contour(), but the values in
levels seem to be coerced to integer.
Reproduce by:
> set.seed(2)
> contour(matrix(runif(36),nrow=6), labcex=1.2)
and compare with:
> set.seed(2)
> contour(matrix(10*runif(36),nrow=6), labcex=1.2)
Ray Brownrigg
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "he...
2003 Jun 26
1
Fonts on contour maps...
Hello All,
I am drawing four contour plots on a 2x2 layout. I need to downsize the
contour line labels. cex and labcex do not seem to work. Any suggestions?
Thanks,
John.
--
--------------------------------------------------------------------------
Dr. John Janmaat
Department of Economics, Acadia University, Wolfville, NS, B4P 2R6
E-mail: jjanmaat at acadiau.ca Web: http://ace.acadiau.ca/~jjanmaat
Tel: 9...
2011 Jan 29
0
Using 'contour' to compare concentration profiles on the same plot
...0.0,0.0,0.995100,0.995100,0.995100,0.995100,0.995100,0.995100,0.995100,0.995100,0.995100,0.995100,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0)
,nrow=20,ncol=40,byrow=T)
levels_vs2d <- pretty(range(vs2d, finite=TRUE), 5)
contour(t(vs2d), levels=levels_vs2d, col="red", labcex=1.2, drawlabels=TRUE)
contour(t(mt3d), levels=levels_vs2d, col="blue", labcex=1.2,
drawlabels=TRUE, add=T)
--
View this message in context: http://r.789695.n4.nabble.com/Using-contour-to-compare-concentration-profiles-on-the-same-plot-tp3246382p3246382.html
Sent from the R help mailing...
2003 Dec 14
1
contour() should handle the asp parameter
...=asp,"")
The new script would be:
contour.default<-
function (x = seq(0, 1, len = nrow(z)), y = seq(0, 1,
len = ncol(z)),z, nlevels = 10, levels = pretty(zlim, nlevels), labels = NULL, xlim = range(x, finite = TRUE), ylim = range(y, finite = TRUE),
zlim = range(z, finite = TRUE), labcex = 0.6, drawlabels = TRUE,
method = "flattest", vfont = c("sans serif", "plain"), axes = TRUE,
frame.plot = axes, col = par("fg"), lty = par("lty"), lwd = par("lwd"),
add = FALSE,asp=NA,...)
{
if (missing(z)) {
if (!...
2003 Jun 06
1
Contour plot question
In a contour plot having numeric values displayed
next to the contours, is it possible to modify these
numeric values so that they are bolded, enlarged,
and/or placed differently?
Much thanks in advance,
David Paul, Ph.D.
Battelle Memorial Institute
614.424.3176
2011 Mar 22
1
ks and contour plot labels
Is there an easy way to control the font size for the contour lines
in plots of kde objects in package ks?
The label size seems not obey the cex parameter (which probably
would be the R way of doing it).
2012 Mar 23
1
Cambiar tamaño de la etiqueta en un contour plot
Estimada comunidad, otra vez con una pregunta de formato, existe una forma
simple (complicadas ya he encontrado) de cambiar el tamaño de las etiquetas
de las lineas de contorno en un contour plot ??
de las posibilidades simples he probado con todas las opciones para
etiquetas en par() pero las del interior del grafico no cambian
muchas gracias,
saludos, eric.
--
Nota: las tildes se han
2009 Nov 22
1
contour(): lines & labels in different colours?
Greetings, All!
I want to draw contour lines in red, using contour(), but also
have the contour labels (for the level-values) in black so that
they will stand out against a coloured background already generated
using filled.contour() (the background shades from green at low
levels of "risk" to red at high levels).
In any case, contour labels in red are already somewhat inconspicuous
2011 Jan 25
2
barplot with varaible-width bars
I would like to produce a bar plot with varying-width bars. Here is an example to illustrate:
ww <- c(417,153,0.0216,0.0065,556,256,0.0162,0.0117,
+ 726,379,0.0358,0.0501,786,502,0.0496,0.0837,
+ 892,591,0.0785,0.0795)
yy<-t(t(array(ww,c(2,10))))
barplot(yy[,2*1:5],las=1,space=c(.1,.5),beside=T)
produces a barplot of 5 pairs of bars that are of equal width
2004 Feb 17
2
Lattice graphics and strip function
I am looking for examples of code that demonstrates the fine tuning of
the strip panels in lattice graphics and uses plotmath characters. The
code for the graphic is as follows:
xyplot(lagy ~ n | rho1 * rho2, data= data, layout=c(2,6), span = 1,
xlab = "Sample Size", ylab = "Bias in the Coefficient for the Lag of X",
type = "o")
rho1 is a four level factor
2011 Dec 22
1
overlaid filled contour plots
I'm trying to make a set of contour plots of bivariate kernel density
estimates, showing three such plots overlaid,
similar to this plot
http://euclid.psych.yorku.ca/SCS/Private/Test/ridge-boot2.pdf
except that I would like to have the contours *filled* (using
transparent colors). To make this reproducible, I've
saved the results of KernSmooth::bkde2D() in the following file:
2012 Apr 02
2
graficar superficie de respuesta con los valores de las variables originales ...
estimados, ajusté una superficie de respuesta con el paquete "rsm" de R y
hago un grafico 2D de la superficie de respuesta con contour(), pero como
el argumento de esta función es la superficie de respuesta ajustada y ésta
se ha ajustado codificando las variables, de acuerdo a la recomendación de
la documentación del paquete rsm, obtengo un gráfico con los ejes en
unidades codificadas
2003 Jun 27
1
R-help Digest, Vol 4, Issue 27 ( -Reply)
...uot;r-help at stat.math.ethz.ch" <r-help at stat.math.ethz.ch>
Message-ID: <3EFB2333.7000904 at acadiau.ca>
Content-Type: text/plain; charset=us-ascii; format=flowed
Hello All,
I am drawing four contour plots on a 2x2 layout. I need to downsize the
contour line labels. cex and labcex do not seem to work. Any suggestions?
Thanks,
John.
--
--------------------------------------------------------------------------
Dr. John Janmaat
Department of Economics, Acadia University, Wolfville, NS, B4P 2R6
E-mail: jjanmaat at acadiau.ca Web: http://ace.acadiau.ca/~jjanmaat
Tel: 9...