File:Výškový profil trati 097.svg
Original file (SVG file, nominally 888 × 631 pixels, file size: 39 KB)
Captions
Summary
[edit]DescriptionVýškový profil trati 097.svg |
Čeština: Výškový profil železniční trati 097 Lovosice - Teplice v Čechách |
Date | |
Source | Own work |
Author | Miraceti |
Created in RKWard, edited in Inkscape (mainly line changed to spline).
local({
- Prepare
- Compute
Xvars <- list(my.data"var")
Yvars <- list(my.data"var0")
if (length(Xvars) != length(Yvars)) {
stop("Unequal number of X and Y variables given")
}
- find range of X/Y values needed
Xrange <- range (c (Xvars), na.rm=TRUE)
Yrange <- range (c (Yvars), na.rm=TRUE)
type <- rep (c ('l'), length.out=length (Xvars));
col <- rep ('black', length.out=length (Xvars));
cex <- rep (1, length.out=length (Xvars));
pch <- rep (1, length.out=length (Xvars));
library(RSvgDevice)
devSVG("profil.svg", width=12, height=9)
try ({
plot(my.data"var", my.data"var0", type="l", xlab="[km]", ylab="[m]");
grid(nx=NULL, ny=NULL, col="grey", lwd=1, lty="solid");
})
dev.off()
})
Licensing
[edit]- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 12:25, 5 June 2009 | 888 × 631 (39 KB) | Miraceti (talk | contribs) | Slightly enhanced. | |
12:22, 5 June 2009 | 888 × 631 (39 KB) | Miraceti (talk | contribs) | Slightly enhanced. | ||
12:16, 5 June 2009 | 888 × 631 (39 KB) | Miraceti (talk | contribs) | {{Information |Description={{cs|1=Výškový profil železniční trati 097 Lovosice - Teplice v Čechách}} |Source=Own work by uploader |Author=Miraceti |Date=2009-06-05 |Permission= |other_versions= }} Created in RKWard, edited in Ink |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.