|
|
Quellcode |
1 2 3 4 5 6 7 8 |
profile <- data.frame( #
"tiefe"= tiefe <- seq(0,-361,-19),
a <- profil1[,6],
b <- profil2[,6],
c <- profil3[,6],
d <- profil4[,6]
)
(colnames(profile)[2:ncol(profile) ] <- paste("Profil",letters[1:(ncol(profile)-1)]))
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
par(las=1) # labels on axis
plot.depth(profile,
plot.type = c("s","s","s","s") -> type,
polygon = c(rep(FALSE, 4), TRUE),
xlabel = paste("Schneedichte [kg/m³]"),
show.na=TRUE,
l.width = c(1,1,1,1), # line widths
lp.color = list(
"darkblue", # plot 1
"darkblue", # plot 2
"darkblue", # plot 3
"darkblue" # plot 4
) # End list
) # End plot.depth()
|
Zitat
Original von nC_$kittle_
Muss ich dann auch Hitler lieber mögen [...] nur weil er Deutscher ist?
Zitat
Original von CF_Icey
ich hab eine Hakenkreuzfahne über meinem Bett und einen Adolf-Hitler-Schlafanzug mit zugehöriger Bettwäsche
Zitat
Original von nC_$kittle_
Muss ich dann auch Hitler lieber mögen [...] nur weil er Deutscher ist?
Zitat
Original von CF_Icey
ich hab eine Hakenkreuzfahne über meinem Bett und einen Adolf-Hitler-Schlafanzug mit zugehöriger Bettwäsche
Zitat
Original von nC_$kittle_
Muss ich dann auch Hitler lieber mögen [...] nur weil er Deutscher ist?
Zitat
Original von CF_Icey
ich hab eine Hakenkreuzfahne über meinem Bett und einen Adolf-Hitler-Schlafanzug mit zugehöriger Bettwäsche
|
|
Quellcode |
1 2 3 4 5 6 |
# minimum ifelse( FALSE, # min(data[,draw[i]], na.rm=TRUE) > 0 x.min <- 0,# 0... max x.min <- min(data[,draw[i]], na.rm=TRUE) # min...max ) |
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 |
plot.depth <- function( data,# data.frame xmin, # new function argument, evoke for new global limit yaxis.first=TRUE, # is 1st data-column 1st y-axis? ... # minimum ifelse( missing(xmin), # min(data[,draw[i]], na.rm=TRUE) > 0 x.min <- min(data[,draw[i]], na.rm=TRUE), # min...max x.min <- xmin ) |
bin da echt über 2 stunden lang dran verzweifelt...sieht nu perfekt aus!
Zitat
Original von nC_$kittle_
Muss ich dann auch Hitler lieber mögen [...] nur weil er Deutscher ist?
Zitat
Original von CF_Icey
ich hab eine Hakenkreuzfahne über meinem Bett und einen Adolf-Hitler-Schlafanzug mit zugehöriger Bettwäsche

Zitat
Original von -=)GWC(RaMsEs
von 50k könnte ich in münchen nicht mehr leben.