my_plot <- dv_vs_ipred(xpdb_ex_pk) +
labs(title = 'A label with keywords: @nind individuals & @nobs observations')
# Using the print function
print(my_plot)
# Or simply by writting the plot object name
my_plot
Run the code above in your browser using DataLab