Hola: Manipulando el xlim del plot no consigo lograr el efecto deseado, ya que si xlim es range(t), el eje x no abarca desde t[1] hasta t[length(t)], sino que abarca un poco más, tanto a la izquierda como a la derecha. ¿Cómo consigo que el eje X abarque exactamente desde tmin hasta tmax, y no más?. Gracias. Eva [[alternative HTML version deleted]]
Hola Eva, Mira "par()" y en particular: *xaxs* The style of axis interval calculation to be used for the x-axis. Possible values are "r", "i", "e", "s", "d". The styles are generally controlled by the range of data or xlim, if given. Style "r" (regular) first extends the data range by 4 percent at each end and then finds an axis with pretty labels that fits within the extended range. Style "i" (internal) just finds an axis with pretty labels that fits within the original data range. Style "s" (standard) finds an axis with pretty labels within which the original data range fits. Style "e" (extended) is like style "s", except that it is also ensures that there is room for plotting symbols within the bounding box. Style "d" (direct) specifies that the current axis should be used on subsequent plots. (Only "r" and "i" styles have been implemented in R.) Saludos, Carlos Ortega www.qualityexcellence.es El 26 de septiembre de 2012 14:04, Eva Prieto Castro <evapcastro@yahoo.es>escribió:> > Hola: > > Manipulando el xlim del plot no consigo lograr el efecto deseado, ya que > si xlim es range(t), el eje x no abarca desde t[1] hasta t[length(t)], sino > que abarca un poco más, tanto a la izquierda como a la derecha. ¿Cómo > consigo que el eje X abarque exactamente desde tmin hasta tmax, y no más?. > > Gracias. > > Eva > [[alternative HTML version deleted]] > > > _______________________________________________ > R-help-es mailing list > R-help-es@r-project.org > https://stat.ethz.ch/mailman/listinfo/r-help-es > >-- Saludos, Carlos Ortega www.qualityexcellence.es [[alternative HTML version deleted]]
Hola, quizás puedas probar con axis como se describe aquí: http://www.statmethods.net/advgraphs/axes.html El parámetro que buscas es "pos" creo. Espero que te sirva. El Wed, 26 Sep 2012 13:04:18 +0100 (BST) Eva Prieto Castro <evapcastro en yahoo.es> escribió:> > Hola: > > Manipulando el xlim del plot no consigo lograr el efecto deseado, ya > que si xlim es range(t), el eje x no abarca desde t[1] hasta > t[length(t)], sino que abarca un poco más, tanto a la izquierda como > a la derecha. ¿Cómo consigo que el eje X abarque exactamente desde > tmin hasta tmax, y no más?. Gracias. Eva > [[alternative HTML version deleted]] >
Hola, quizás puedas probar con axis como se describe aquí: http://www.statmethods.net/advgraphs/axes.html El parámetro que buscas es "pos" creo. Espero que te sirva. El Wed, 26 Sep 2012 13:04:18 +0100 (BST) Eva Prieto Castro <evapcastro en yahoo.es> escribió:> > Hola: > > Manipulando el xlim del plot no consigo lograr el efecto deseado, ya > que si xlim es range(t), el eje x no abarca desde t[1] hasta > t[length(t)], sino que abarca un poco más, tanto a la izquierda como > a la derecha. ¿Cómo consigo que el eje X abarque exactamente desde > tmin hasta tmax, y no más?. Gracias. Eva > [[alternative HTML version deleted]] >
Gracias, Olmo y Carlos. Resolví con par(xaxs="i"). Un saludo --- El mié, 26/9/12, Carlos Ortega <cof@qualityexcellence.es> escribió: De: Carlos Ortega <cof@qualityexcellence.es> Asunto: Re: [R-es] Plot : Control del eje X Para: "Eva Prieto Castro" <evapcastro@yahoo.es> CC: r-help-es@r-project.org Fecha: miércoles, 26 de septiembre, 2012 14:52 Hola Eva, Mira "par()" y en particular: xaxs The style of axis interval calculation to be used for the x-axis. Possible values are "r", "i", "e", "s", "d". The styles are generally controlled by the range of data or xlim, if given. Style "r" (regular) first extends the data range by 4 percent at each end and then finds an axis with pretty labels that fits within the extended range. Style "i" (internal) just finds an axis with pretty labels that fits within the original data range. Style "s" (standard) finds an axis with pretty labels within which the original data range fits. Style "e" (extended) is like style "s", except that it is also ensures that there is room for plotting symbols within the bounding box. Style "d" (direct) specifies that the current axis should be used on subsequent plots. (Only "r" and "i" styles have been implemented in R.) Saludos, Carlos Ortega www.qualityexcellence.es El 26 de septiembre de 2012 14:04, Eva Prieto Castro <evapcastro@yahoo.es> escribió: Hola: Manipulando el xlim del plot no consigo lograr el efecto deseado, ya que si xlim es range(t), el eje x no abarca desde t[1] hasta t[length(t)], sino que abarca un poco más, tanto a la izquierda como a la derecha. ¿Cómo consigo que el eje X abarque exactamente desde tmin hasta tmax, y no más?. Gracias. Eva [[alternative HTML version deleted]] _______________________________________________ R-help-es mailing list R-help-es@r-project.org https://stat.ethz.ch/mailman/listinfo/r-help-es -- Saludos, Carlos Ortega www.qualityexcellence.es [[alternative HTML version deleted]]