Displaying 2 results from an estimated 2 matches for "kennlinie1".
2007 Nov 20
2
Logarithmic axis
...T (where exactly is the difference here?), xaxp, and xaxt (unfortunately
xaxt="l" isn't implemented). The best I get is a plot with an axis having a
single 100 and nothing else...
here is what I've tried:
pdf(file="kennlinien.pdf");
par(log="x", xlog=TRUE);
kennlinie1 <- c(8.0746909, 3.9916973, 9.9789444, 19.962869);
kennlinie2 <- c(6.0994206, 8.9661081, 19.924883, 31.879496);
reizstaerke <- c(76, 92, 108, 124);
#plot(reizstaerke, kennlinie1, ylim=c(0, max(kennlinie1, kennlinie2)),
xlim=c(0, max(reizstaerke)), log="x", xlog=TRUE, xaxp=c(1,...
2007 Nov 23
0
R users in Cyprus
...t; isn't implemented). The best I get is a plot with an axis having a
>> single 100 and nothing else...
>>
>> here is what I've tried:
>>
>> pdf(file="kennlinien.pdf");
>> par(log="x", xlog=TRUE);
>> kennlinie1 <- c(8.0746909, 3.9916973, 9.9789444, 19.962869);
>> kennlinie2 <- c(6.0994206, 8.9661081, 19.924883, 31.879496);
>> reizstaerke <- c(76, 92, 108, 124);
>> #plot(reizstaerke, kennlinie1, ylim=c(0, max(kennlinie1, kennlinie2)),
>> xlim=c(0, max(reiz...