# S3 method for polylist
plot(x, xlim = 0:1, ylim = range(Px), type = "l",
xlab = "x", ylab = "P(x)", ..., len = 1000)# S3 method for polynom
plot(x, xlim = 0:1, ylim = range(Px), type = "l",
xlab = "x", ylab = "p(x)", ..., len = 1000, limits = pu[1:2])
# S3 method for polynom
lines(x, ..., len = 1000, limits = pu[1:2])
# S3 method for polynom
points(x, ..., len = 100, limits = pu[1:2])
# S3 method for polylist
lines(x, ..., len = 1000, limits = pu[1:2],
col = seq_along(x), lty = seq_along(x))
# S3 method for polylist
points(x, ..., len = 100)