diff options
Diffstat (limited to 'docs/reference/print.ppp.md')
| -rw-r--r-- | docs/reference/print.ppp.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/reference/print.ppp.md b/docs/reference/print.ppp.md new file mode 100644 index 0000000..8387a54 --- /dev/null +++ b/docs/reference/print.ppp.md @@ -0,0 +1,20 @@ +# Printing method for ppp objects (plant protection products) + +Printing method for ppp objects (plant protection products) + +## Usage + +``` r +# S3 method for class 'ppp' +print(x, ...) +``` + +## Arguments + +- x: + + The chent object to be printed + +- ...: + + Further arguments for compatibility with the S3 method |
