# Defualt decompose plot
ts_decompose(AirPassengers)
# Remove the sepration lines between the plot components
ts_decompose(AirPassengers, showline = FALSE)
# Plot side by side a decompose of additive and multiplicative series
ts_decompose(AirPassengers, type = "both")
Run the code above in your browser using DataLab